Evaluate the complex conjugate of an input array. More...
Functions | |
| AFAPI array | conjg (const array &in) |
| C++ Interface to calculate the complex conjugate of an input array. More... | |
| AFAPI af_err | af_conjg (af_array *out, const af_array in) |
| C Interface to evaluate the complex conjugate of an input array. More... | |
Evaluate the complex conjugate of an input array.
C Interface to evaluate the complex conjugate of an input array.
| [out] | out | complex conjugate |
| [in] | in | complex array |