Function arrsso_sum_OO#

Function Documentation#

arrsso_t arrsso_sum_OO(arrsso_t *lhs, arrsso_t *rhs, dhelpl_t dhl)#

Addition operation for array of sparse oti numbers object type. The following operations are supported:

res = lhs + rhs

  • OO: Array of SOTIs + Array of SOTIs

  • RO: Array of REALS + Array of SOTIs

  • oO: OTI number + Array of SOTIs

  • rO: Real number + Array of SOTIs

Parameters:
  • lhs[in] Left hand side element of the operation.

  • rhs[in] Reft hand side element of the operation.

  • res[inout] Arrso object with the result of the operation.

  • dhl[in] Direction helper list object.