pub type Vector<T, D, S> = Matrix<T, D, Const<1>, S>;
Expand description

A matrix with one column and D rows.