Struct diffgeom::tensors::CovariantIndex [] [src]

pub struct CovariantIndex;

Type representing a covariant (lower) tensor index.

Trait Implementations

impl TensorIndex for CovariantIndex
[src]

impl Variance for CovariantIndex
[src]

type Rank = U1

fn variance() -> Vec<IndexType>

fn rank() -> usize

impl OtherIndex for CovariantIndex
[src]