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

pub type RowVector5<T> = Matrix<T, U1, U5, ArrayStorage<T, 1, 5>>;
Expand description

A stack-allocated, 5-dimensional row vector.