Type Definition nyx_space::dimensions::VectorN[][src]

type VectorN<N, D> = Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>;
Expand description

A statically sized D-dimensional column vector.