Type Definition nyx_space::linalg::Vector

source ·
pub type Vector<T, D, S> = Matrix<T, D, Const<1>, S>;
Expand description

A matrix with one column and D rows.