create complex arrays More...
Functions | |
AFAPI af_err | af_cplx2 (af_array *out, const af_array lhs, const af_array rhs, const bool batch) |
C Interface for creating complex array from two input arrays. More... | |
AFAPI af_err | af_cplx (af_array *out, const af_array in) |
C Interface for creating complex array from real array. More... | |
AFAPI array | complex (const array &in) |
C++ Interface for creating complex array from real array. More... | |
create complex arrays
C Interface for creating complex array from real array.
[out] | out | will contain complex array created from real input in |
[in] | in | is real array |
C Interface for creating complex array from two input arrays.
[out] | out | will contain the complex array generated from inputs |
[in] | lhs | is real array |
[in] | rhs | is imaginary array |
[in] | batch | specifies if operations need to be performed in batch mode |