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