Type Definition na::RowOVector

source ·
pub type RowOVector<T, D> = Matrix<T, Const<1>, D, <DefaultAllocator as Allocator<T, Const<1>, D>>::Buffer>;
Expand description

An owned D-dimensional row vector.