Define VEC_DEF_VECTOR_SIZE

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 corresponding Mat<-1,size1> -> Mat<-1,size2> row-wise batch overload).