Type Definition lnkit::prelude::RowVector[][src]

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

A matrix with one row and D columns .