Type Definition nalgebra::base::RowVectorN [−][src]
type RowVectorN<N, D> = Matrix<N, U1, D, Owned<N, U1, D>>;
A statically sized D-dimensional row vector.
type RowVectorN<N, D> = Matrix<N, U1, D, Owned<N, U1, D>>;
A statically sized D-dimensional row vector.