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

type RowVector5<N> = Matrix<N, U1, U5, Owned<N, U1, U5>>;

A stack-allocated, 5-dimensional row vector.