Type Definition na::base::RowVector5

source · []
pub type RowVector5<T> = Matrix<T, Const<1_usize>, Const<5_usize>, ArrayStorage<T, 1_usize, 5_usize>>;
Expand description

A stack-allocated, 5-dimensional row vector.