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

pub struct CovariantIndex;

Type representing a covariant (lower) tensor index.

Trait Implementations

impl TensorIndex for CovariantIndex

fn index_type() -> IndexType

impl Variance for CovariantIndex

type Rank = U1

fn variance() -> Vec<IndexType>

fn rank() -> usize

impl OtherIndex for CovariantIndex

type Output = ContravariantIndex