Type Definition nalgebra::base::RowVectorN

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

A statically sized D-dimensional row vector.