A high-performance general-purpose compute library

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...
 

Detailed Description

Evaluate the complex conjugate of an input array.

Function Documentation

◆ af_conjg()

AFAPI af_err af_conjg ( af_array out,
const af_array  in 
)

C Interface to evaluate the complex conjugate of an input array.

Parameters
[out]outcomplex conjugate
[in]incomplex array
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given

◆ conjg()

AFAPI array conjg ( const array in)

C++ Interface to calculate the complex conjugate of an input array.

Parameters
[in]ininput complex array
Returns
complex conjugate