Function oarr_mul_OO#

Function Documentation#

oarr_t oarr_mul_OO(oarr_t *arr1, oarr_t *arr2, dhelpl_t dhl)#

Elementwise matrix multiplication. At least one of the arrays is OTI.

Example:

RES = LHS * RHS

Parameters:
  • LHS[in] Left hand side array.

  • RHS[in] Right hand side array.

  • dhl[in] Direction helper list object.