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