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.
pub type RowVectorN<N, D> = Matrix<N, U1, D, Owned<N, U1, D>>;
A statically sized D-dimensional row vector.