pub type Matrix<T> = TypedTensor<T, D2>;
Matrix (rank 2)
pub struct Matrix<T> { /* private fields */ }