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

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

A dynamically sized column-major matrix.