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