Type Definition static_la::RowVectorD

source · []
pub type RowVectorD<T> = MatrixSxD<T, 1>;
Expand description

A matrix with 1 row and a dynamic number of columns.

E.g.

┌───────┐
│ 1 2 3 │
└───────┘