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