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