Skip to content

cf_mul_T

Category: math
GitHub: cute_math.h


Multiplies a by b using the transposed or inverted form of a.

#define cf_mul_T(a, b)

Remarks

These functions are slightly faster than inverting/transposing a explicitly, by avoiding making temporary copies. However, it's mostly just here for convenience.

cf_mul
cf_div
cf_safe_invert
cf_add
cf_sub