Type Definition na::RowOVector

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

An owned D-dimensional row vector.