Type Definition lnkit::prelude::OMatrix[][src]

type OMatrix<T, R, C> = Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>;

An owned matrix column-major matrix with R rows and C columns.

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