Type Definition nalgebra::base::RowVector1 [−][src]
pub type RowVector1<N> = Matrix<N, U1, U1, Owned<N, U1, U1>>;
Expand description
A stack-allocated, 1-dimensional row vector.
pub type RowVector1<N> = Matrix<N, U1, U1, Owned<N, U1, U1>>;
A stack-allocated, 1-dimensional row vector.