Function oarr_sum_oO#

Function Documentation#

oarr_t oarr_sum_oO(otinum_t *num, oarr_t *arr1, dhelpl_t dhl)#

Elementwise addition 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.