Function oarr_mul_oO#

Function Documentation#

oarr_t oarr_mul_oO(otinum_t *lhs, oarr_t *rhs, dhelpl_t dhl)#

Elementwise multiplication by scalar.(Either LHS or RHS is scalar, the other is an OTI array).

Example:

RES = LHS * rhs

Parameters:
  • LHS[in] OTI array / scalar.

  • RHS[in] OTI array / scalar.

  • dhl[in] Direction helper list object.