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

type RowVector4<T> = Matrix<T, U1, U4, ArrayStorage<T, 1, 4>>;

A stack-allocated, 4-dimensional row vector.