Type Alias Matrix

Source
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 */ }