Function carr_gem_RR# Defined in File complex/array/algebra.h Function Documentation# carr_t carr_gem_RR(carr_t *arr1, carr_t *arr2, carr_t *arr3)# General multiplication. RES = ARR1 * ARR2 + ARR3 Parameters: lhs – [in] Left hand side rhs – [in] Right hand side res – [inout] Resulting array.