Type Definition nalgebra::base::RowOVector

source · []
pub type RowOVector<T, D> = Matrix<T, U1, D, Owned<T, U1, D>>;
Expand description

An owned D-dimensional row vector.