Absolute value. More...

Functions

AFAPI array abs (const array &in)
 C++ Interface for absolute value. More...
 
AFAPI af_err af_abs (af_array *out, const af_array in)
 C Interface for absolute value. More...
 

Detailed Description

Absolute value.

Function Documentation

AFAPI af_err af_abs ( af_array out,
const af_array  in 
)

C Interface for absolute value.

Parameters
[out]outwill contain the absolute value of in
[in]inis input array
Returns
AF_SUCCESS if the execution completes properly