Operations on complex arrays. More...
Functions | |
array | af::array::conjugate () |
Conjugate of the current array(i.e., 2 + 3i becomes 2 - 3i) | |
array | af::real (const array &in) |
Get the real part. | |
array | af::imag (const array &in) |
Get the imaginary part. | |
array | af::complex (const array &real, const array &imag) |
Construct complex array from real and imaginary parts. | |
array | af::complex (const array &real) |
Construct complex array from real part. | |
array | af::conjugate (const array &a) |
Get the conjugate of the complex array. |
Operations on complex arrays.
array af::array::conjugate | ( | ) |
Conjugate of the current array(i.e., 2 + 3i becomes 2 - 3i)
array af::real | ( | const array & | in | ) |
Get the real part.
array af::imag | ( | const array & | in | ) |
Get the imaginary part.
array af::complex | ( | const array & | real, |
const array & | imag | ||
) |
Construct complex array from real and imaginary parts.
array af::complex | ( | const array & | real | ) |
Construct complex array from real part.
array af::conjugate | ( | const array & | a | ) |
Get the conjugate of the complex array.