Define VEC_DEF_VECTOR_VECTOR

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/SynodicToInertial in state_conversions.h): batch-vs-batch (row-wise), batch-vs-fixed, and fixed-vs-batch.

VEC_DEF_VECTOR_VECTOR declares these, VEC_IMP_VECTOR_VECTOR defines them.