Type Definition noises_and_patterns::prelude::RowDVector

source ·
pub type RowDVector<T> = Matrix<T, Const<1>, Dynamic, VecStorage<T, Const<1>, Dynamic>>;
Expand description

A dynamically sized row vector.