Type Definition SquareMatrix
rin::math::base
type SquareMatrix<N, D, S> = Matrix<N, D, D, S>;
A square matrix.