Type Definition nyx_space::linalg::OVector

source · []
pub type OVector<T, D> = Matrix<T, D, Const<1>, <DefaultAllocator as Allocator<T, D, Const<1>>>::Buffer>;
Expand description

An owned D-dimensional column vector.