TOpenCLValue.FlipConj Method

function FlipConj(const X: TOpenCLValue): TOpenCLValue;

Flips the real and imaginary part of the complex numbers and conjugates the result.

#NameTypeDescription
1XTOpenCLValue

Returns: TOpenCLValue

Remarks:

Performs the following transformation:

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

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

See Also: TOpenCLValue.Flip, TOpenCLValue.Conj