Type Definition na::base::Vector

source · []
pub type Vector<T, D, S> = Matrix<T, D, Const<1_usize>, S>;
Expand description

A matrix with one column and D rows.

Trait Implementations