cf_mul_T¶
Category: math
GitHub: cute_math.h
Multiplies a
by b
using the transposed or inverted form of a
.
Remarks¶
These functions are slightly faster than inverting/transposing a
explicitly, by avoiding making temporary copies.
However, it's mostly just here for convenience.