Prototypes | Header File(s) | |
RWMathVec<DComplex> |
conj(const RWMathVec<DComplex>&) |
<rw/math/mathvec.h> |
RWGenMat<DComplex> |
conj(const RWGenMat<DComplex>&) |
<rw/math/genmat.h> |
RWMathArray<DComplex> |
conj(const RWMathArray<DComplex>&) |
<rw/math/mtharray.h> |
Takes complex x as an argument and returns the complex conjugates x*. For example, if xi = (2.3, 1.4), then xi* = (2.3, -1.4).