Type Definition nalgebra::base::RowVector[][src]

type RowVector<T, D, S> = Matrix<T, U1, D, S>;

A matrix with one row and D columns .