Define VEC_DEF_VECTOR_REAL_REAL¶
Defined in File vector_macros.h
Define Documentation¶
-
VEC_DEF_VECTOR_REAL_REAL(func, size)¶
Declare/define a
Mat<-1,size> func(const Mat<-1,size>&, Real, Real)batch overload ofVec<size> func(const Vec<size>&, Real, Real), applying the conversion row-wise with the same two scalar parameters shared across the whole batch.VEC_DEF_VECTOR_REAL_REALdeclares it,VEC_IMP_VECTOR_REAL_REALdefines it.