Type Definition lnkit::prelude::base::Vector[][src]

type Vector<T, D, S> = Matrix<T, D, Const<1_usize>, S>;

A matrix with one column and D rows.