Type Definition static_la::ColumnVectorD

source · []
pub type ColumnVectorD<T> = MatrixDxS<T, 1>;
Expand description

A matrix with 1 column and a dynamic number of rows.

E.g.

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