Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector operator+(TOpenCLMtxVec *Left, const clVector &Right); | Add coresponding elements in Left and Right. |
| 2 | clVector operator+(const clVector &Left, TOpenCLMtxVec *Right); | Add coresponding elements in Left and Right. |
| 3 | clMatrix operator+(TOpenCLMtxVec *Left, const clMatrix &Right); | Add coresponding elements in Left and Right. |
| 4 | clMatrix operator+(const clMatrix &Left, TOpenCLMtxVec *Right); | Add coresponding elements in Left and Right. |
Overload 1: clVector operator+(TOpenCLMtxVec *Left, const clVector &Right);
Add coresponding elements in Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMtxVec * | |
| 2 | Right | const clVector & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clVector operator+(const clVector &Left, TOpenCLMtxVec *Right);
Add coresponding elements in Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clVector & | |
| 2 | Right | TOpenCLMtxVec * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clMatrix operator+(TOpenCLMtxVec *Left, const clMatrix &Right);
Add coresponding elements in Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMtxVec * | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clMatrix operator+(const clMatrix &Left, TOpenCLMtxVec *Right);
Add coresponding elements in Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | TOpenCLMtxVec * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler