Type Definition nalgebra::base::DMatrix[][src]

type DMatrix<N> = MatrixN<N, Dynamic>;

A dynamically sized column-major matrix.