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

type OwnedMatrix<N, R, C, A> = Matrix<N, R, C, <A as Allocator<N, R, C>>::Buffer>;

The type of the result of a matrix allocation by the allocator A.