clValue::FlipConj Method

TOpenCLValue *FlipConj(TOpenCLValue *X) const;

Flips the real and imaginary part and conjugates the complex number.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Performs the following transformation:

a + i*bi ==> b - i*a

Method flips the real and imaginary part and conjugates calling objects complex value.

See Also: clValue::Flip, clValue::Conj
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler