Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue operator*(const clValue &Left, const TCplx &Right); | Multiply Left with Right. |
| 2 | clValue operator*(const TCplx &Left, const clValue &Right); | Multiply Right with Left. |
| 3 | clValue operator*(const clValue &Left, double Right); | Multiply Left with Right. |
| 4 | clValue operator*(double Left, const clValue &Right); | Multiply Right with Left. |
| 5 | clValue operator*(const clValue &Left, TOpenCLValue *Right); | Multiply Left with Right. |
| 6 | clValue operator*(TOpenCLValue *Left, const clValue &Right); | Multiply Left with Right. |
| 7 | clValue operator*(const clValue &Left, const clValue &Right); | Multiply Left with Right |
Overload 1: clValue operator*(const clValue &Left, const TCplx &Right);
Multiply Left with Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clValue operator*(const TCplx &Left, const clValue &Right);
Multiply Right with Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clValue operator*(const clValue &Left, double Right);
Multiply Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | double |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clValue operator*(double Left, const clValue &Right);
Multiply Right with Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | double | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: clValue operator*(const clValue &Left, TOpenCLValue *Right);
Multiply Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | TOpenCLValue * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: clValue operator*(TOpenCLValue *Left, const clValue &Right);
Multiply Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue * | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler