ClMtxExpr::Flip Function

Overload List

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

Overload 1: clVector Flip(TOpenCLVector *X);

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Flip

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

Overload 2: clMatrix Flip(TOpenCLMatrix *X);

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Flip

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

Overload 3: clValue Flip(TOpenCLValue *X);

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Flip

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