ArrayFire: real (original) (raw)
Returns the real part of a complex array. More...
| Functions | |
|---|---|
| AFAPI array | real (const array &in) |
| C++ Interface to return the real part of a complex array. More... | |
| AFAPI af_err | af_real (af_array *out, const af_array in) |
| C Interface to return the real part of a complex array. More... | |
Returns the real part of a complex array.
◆ af_real()
C Interface to return the real part of a complex array.
Parameters
| [out] | out | real part |
|---|---|---|
| [in] | in | complex array |
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given
C++ Interface to return the real part of a complex array.
Parameters
| [in] | in | input complex array |
|---|
Returns
real part