Type Definition rin::math::base::DMatrix[][src]

type DMatrix<N> = Matrix<N, Dynamic, Dynamic, <DefaultAllocator as Allocator<N, Dynamic, Dynamic>>::Buffer>;

A dynamically sized column-major matrix.

Because this is an alias, not all its methods are listed here. See the Matrix type too.