iarray.abs#
- iarray.abs(iarr: IArray)#
Absolute value, element-wise.
- Parameters
iarr¶(self) (IArray container) – Input array.
- Returns
abs – A lazy expression that must be evaluated via out.eval(), which will compute the absolute value of each element in x.
- Return type
References