Type Definition rin::math::base::RowVector [−][src]
type RowVector<N, D, S> = Matrix<N, U1, D, S>;
A matrix with one row and D
columns .
type RowVector<N, D, S> = Matrix<N, U1, D, S>;
A matrix with one row and D
columns .