Type Definition nalgebra::core::SquareMatrix [] [src]

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

A square matrix.