pub type Vector<T> = Tensor<T, ContravariantIndex>;
Expand description
A vector type (rank 1 contravariant tensor)
Aliased Typeยง
pub struct Vector<T> { /* private fields */ }
pub type Vector<T> = Tensor<T, ContravariantIndex>;
A vector type (rank 1 contravariant tensor)
pub struct Vector<T> { /* private fields */ }