Function oarr_sub_oO#

Function Documentation#

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

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