function FlipConj(const X: TOpenCLValue): TOpenCLValue;
Flips the real and imaginary part and conjugates the complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue |
Returns: TOpenCLValue
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