Overload List
Overload 1: clMatrix operator*(const clMatrix &Left, const TCplx &Right);
Multiply all elements in Left with Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clMatrix operator*(const TCplx &Left, const clMatrix &Right);
Multiply all elements in Right with Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clMatrix operator*(const clMatrix &Left, double Right);
Multiply all elements in Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | double |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clMatrix operator*(double Left, const clMatrix &Right);
Multiply all elements in Right with Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | double | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: clMatrix operator*(const clMatrix &Left, TOpenCLMtxVec *Right);
Multiply all elements in Left with corresponding elements in Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | TOpenCLMtxVec * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: clMatrix operator*(TOpenCLMtxVec *Left, const clMatrix &Right);
Multiply all elements in Left with corresponding elements in Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMtxVec * | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 7: clMatrix operator*(const clMatrix &Left, const clMatrix &Right);
Multiply all elements in Left with corresponding elements in Right
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 8: clMatrix operator*(const clMatrix &Left, const clVector &Right);
Multiplies Left with Right and returns result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler