Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *FlipConj(TOpenCLBase *X, int XIndex, int Index, int Len); | |
| 2 | TOpenCLValue *FlipConj(TOpenCLValue *X); | Flips the real and imaginary part of the complex numbers and conjugates the result. |
Overload 1: TOpenCLBase *FlipConj(TOpenCLBase *X, int XIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLBase * | |
| 2 | XIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *FlipConj(TOpenCLValue *X);
Flips the real and imaginary part of the complex numbers and conjugates the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | 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
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler