Function darr_gem_RR#

Function Documentation#

darr_t darr_gem_RR(darr_t *arr1, darr_t *arr2, darr_t *arr3)#

General multiplication.

RES = ARR1 * ARR2 + ARR3

Parameters:
  • lhs[in] Left hand side

  • rhs[in] Right hand side

  • res[inout] Resulting array.