pub type Matrix2<T> = Tensor2<T>;
Type alias for 2D matrix.
pub struct Matrix2<T>(/* private fields */);