Returns the imaginary part of a complex array. More...
Functions | |
AFAPI array | imag (const array &in) |
C++ Interface to return the imaginary part of a complex array. More... | |
AFAPI af_err | af_imag (af_array *out, const af_array in) |
C Interface to return the imaginary part of a complex array. More... | |
Returns the imaginary part of a complex array.
C Interface to return the imaginary part of a complex array.
[out] | out | imaginary part |
[in] | in | complex array |