Function arrso_neg#

Function Documentation#

arrso_t arrso_neg(arrso_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.