Type Definition nalgebra::base::RowVectorN[][src]

pub type RowVectorN<N, D> = Matrix<N, U1, D, Owned<N, U1, D>>;
Expand description

A statically sized D-dimensional row vector.