Function arrsso_neg#

Function Documentation#

arrsso_t arrsso_neg(arrsso_t *arr, dhelpl_t dhl)#

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

res = - rhs

  • OO: - Array of SOTIs

Parameters:
  • 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.