|
Get real part of complex arrays. More...
Functions | |
AFAPI array | real (const array &in) |
C++ Interface for getting real part from complex array. More... | |
AFAPI af_err | af_real (af_array *out, const af_array in) |
C Interface for getting real part from complex array. More... | |
Get real part of complex arrays.
C Interface for getting real part from complex array.
[out] | out | will contain the real part of in |
[in] | in | is complex array |