|
Get complex conjugate. More...
Functions | |
AFAPI array | conjg (const array &in) |
C++ Interface for getting the complex conjugate of input array. More... | |
AFAPI af_err | af_conjg (af_array *out, const af_array in) |
C Interface for getting the complex conjugate of input array. More... | |
Get complex conjugate.
C Interface for getting the complex conjugate of input array.
[out] | out | will contain the complex conjugate of in |
[in] | in | is complex array |