Type Definition na::RowVectorN [−][src]
type RowVectorN<N, D> = Matrix<N, U1, D, <DefaultAllocator as Allocator<N, U1, D>>::Buffer>;
A statically sized D-dimensional row vector.
type RowVectorN<N, D> = Matrix<N, U1, D, <DefaultAllocator as Allocator<N, U1, D>>::Buffer>;
A statically sized D-dimensional row vector.