Define VEC_DEF_VECTOR_SIZE¶
Defined in File vector_macros.h
Define Documentation¶
-
VEC_DEF_VECTOR_SIZE(func, size1, size2)¶
Like
VEC_DEF_VECTOR/VEC_IMP_VECTOR, but for conversions that change the state’s dimensionality:Vec<size1> -> Vec<size2>(and the correspondingMat<-1,size1> -> Mat<-1,size2>row-wise batch overload).