Struct diffgeom::tensors::ContravariantIndex [] [src]

pub struct ContravariantIndex;

Type representing a contravariant (upper) tensor index.

Trait Implementations

impl TensorIndex for ContravariantIndex

fn index_type() -> IndexType

impl Variance for ContravariantIndex

type Rank = U1

fn variance() -> Vec<IndexType>

fn rank() -> usize

impl OtherIndex for ContravariantIndex

type Output = CovariantIndex