Type Definition nalgebra::base::RowOVector [−][src]
pub type RowOVector<T, D> = Matrix<T, U1, D, Owned<T, U1, D>>;Expand description
An owned D-dimensional row vector.
pub type RowOVector<T, D> = Matrix<T, U1, D, Owned<T, U1, D>>;An owned D-dimensional row vector.