Function arrso_abs#

Function Documentation#

arrso_t arrso_abs(arrso_t *arr, dhelpl_t dhl)#

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

res = abs( 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.