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