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

type MatrixN<N, D> = MatrixNM<N, D, D>;

A staticaly sized column-major square matrix with D rows and columns.