Define VEC_DEF_VECTOR_VECTOR_REAL¶
Defined in File vector_macros.h
Define Documentation¶
-
VEC_DEF_VECTOR_VECTOR_REAL(func, size)¶
Declare/define batch overloads of a
Vec<size> func(const Vec<size>&, const / Vec<size>&, Real)conversion (two state-sized vector inputs plus a scalar parameter): a batch of first arguments against a fixed second argument, a fixed first argument against a batch of second arguments, and batch-vs-batch (row-wise).VEC_DEF_VECTOR_VECTOR_REALdeclares these,VEC_IMP_VECTOR_VECTOR_REALdefines them.