pub type SquareMatrix<T, D, S> = Matrix<T, D, D, S>;
Expand description

A square matrix.