Function dhelp_oarr_mul_RI#

Function Documentation#

void dhelp_oarr_mul_RI(oarr_t *lhs, oarr_t *rhs, ord_t ord_rhs, oarr_t *res, dhelpl_t dhl)#

Helper for elementwise array array multiplication (at least one is OTI).

Performs, acordingly, multiplication of elementwise multiplication:

 RES = LHS * RHS

Parameters:
  • lhs[in] Left hand side array of operation

  • rhs[in] OTI number.

  • res[in] OTI number.

  • dhl[in] Direction helper list object.