Type Definition na::Vector1

source · []
pub type Vector1<T> = Matrix<T, Const<1_usize>, Const<1_usize>, ArrayStorage<T, 1_usize, 1_usize>>;
Expand description

A stack-allocated, 1-dimensional column vector.

Trait Implementations