Define VEC_DEF_VECTOR_REAL_REAL

Define Documentation

VEC_DEF_VECTOR_REAL_REAL(func, size)

Declare/define a Mat<-1,size> func(const Mat<-1,size>&, Real, Real) batch overload of Vec<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_REAL declares it, VEC_IMP_VECTOR_REAL_REAL defines it.