Type Definition rin::math::base::SquareMatrix[][src]

type SquareMatrix<N, D, S> = Matrix<N, D, D, S>;

A square matrix.