Type Definition nyx_space::linalg::Vector1

source ·
pub type Vector1<T> = Matrix<T, Const<1>, Const<1>, ArrayStorage<T, 1, 1>>;
Expand description

A stack-allocated, 1-dimensional column vector.