Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Conj(TOpenCLVector *X); | Return complex conjugate of the source. |
| 2 | clMatrix Conj(TOpenCLMatrix *X); | Return complex conjugate of the source. |
| 3 | clValue Conj(TOpenCLValue *X); | Return complex conjugate of the source. |
Overload 1: clVector Conj(TOpenCLVector *X);
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clMatrix::Conj
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix Conj(TOpenCLMatrix *X);
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::Conj
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue Conj(TOpenCLValue *X);
Return complex conjugate of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clMatrix::Conj
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler