Type Definition nalgebra::base::RowVector

source ·
pub type RowVector<N, D, S> = Matrix<N, U1, D, S>;
Expand description

A matrix with one row and D columns .