Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector operator*(const clVector &Left, TOpenCLMtxVec *Right); | Multiply all elements in Left with corresponding elements in Right. |
| 2 | clVector operator*(TOpenCLMtxVec *Left, const clVector &Right); | Multiply all elements in Left with corresponding elements in Right. |
| 3 | clMatrix operator*(const clMatrix &Left, TOpenCLMtxVec *Right); | Multiply all elements in Left with corresponding elements in Right. |
| 4 | clMatrix operator*(TOpenCLMtxVec *Left, const clMatrix &Right); | Multiply all elements in Left with corresponding elements in Right. |
Overload 1: 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 2: 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 3: 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 4: 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