Type Definition nalgebra::base::RowVector1

source ·
pub type RowVector1<N> = RowVectorN<N, U1>;
Expand description

A stack-allocated, 1-dimensional row vector.