Overload List
Overload 1: clVector operator+(const clVector &Left, const clMatrix &Right);
Add coresponding elements in Left and Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clMatrix operator+(const TCplx &Left, const clMatrix &Right);
Add left to all elements in Right and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clMatrix operator+(const clMatrix &Left, const TCplx &Right);
Add Right to all elements in Left and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clMatrix operator+(const double Left, const clMatrix &Right);
Add left to all elements in Right and return result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const double | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: clMatrix operator+(const clMatrix &Left, const double Right);
Add Right to all elements in Left and return result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | const double |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: 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 7: 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
Overload 8: clMatrix operator+(const clMatrix &Left, const clVector &Right);
Add coresponding elements in Left and Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler