Type Definition na::base::RowVector

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

A matrix with one row and D columns .