ClMtxExpr::FlipConj Function

Overload List

#SignatureDescription
1clVector FlipConj(TOpenCLVector *X);Exchange the real and imaginary parts of complex numbers and conjugate.
2clMatrix FlipConj(TOpenCLMatrix *X);Exchange the real and imaginary parts of complex numbers and conjugate.
3clValue FlipConj(TOpenCLValue *X);Exchange the real and imaginary parts of complex numbers and conjugate.

Overload 1: clVector FlipConj(TOpenCLVector *X);

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::FlipConj

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix FlipConj(TOpenCLMatrix *X);

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::FlipConj

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue FlipConj(TOpenCLValue *X);

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::FlipConj

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler