[][src]Type Definition nyx_space::dimensions::SquareMatrix

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

A square matrix.