pub type Matrix<T> = Tensor<T, (ContravariantIndex, CovariantIndex)>;
Expand description
A matrix type (rank 2 contravariant-covariant tensor)
Aliased Typeยง
pub struct Matrix<T> { /* private fields */ }
pub type Matrix<T> = Tensor<T, (ContravariantIndex, CovariantIndex)>;
A matrix type (rank 2 contravariant-covariant tensor)
pub struct Matrix<T> { /* private fields */ }