Define VEC_DEF_VECTOR_VECTOR¶
Defined in File vector_macros.h
Define Documentation¶
-
VEC_DEF_VECTOR_VECTOR(func, size)¶
Declare/define batch overloads of a
Vec<size> func(const Vec<size>&, const / Vec<size>&)conversion (two state-sized vector inputs, e.g.InertialToSynodic/SynodicToInertialin state_conversions.h): batch-vs-batch (row-wise), batch-vs-fixed, and fixed-vs-batch.VEC_DEF_VECTOR_VECTORdeclares these,VEC_IMP_VECTOR_VECTORdefines them.