Type Definition nalgebra::base::Vector1 [−][src]
type Vector1<N> = Matrix<N, U1, U1, Owned<N, U1, U1>>;
A stack-allocated, 1-dimensional column vector.
type Vector1<N> = Matrix<N, U1, U1, Owned<N, U1, U1>>;
A stack-allocated, 1-dimensional column vector.