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

pub type RowSVector<T, const D: usize> = Matrix<T, U1, Const<D>, ArrayStorage<T, 1, D>>;
Expand description

A statically sized D-dimensional row vector.

Trait Implementations

Performs the conversion.