Overload List
Overload 1: clVector operator-(const clVector &Left, const clMatrix &Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clMatrix operator-(const TCplx &Left, const clMatrix &Right);
Subtract all elements in Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clMatrix operator-(const clMatrix &Left, const TCplx &Right);
Subtract Right from all elements in Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clMatrix operator-(const double Left, const clMatrix &Right);
Subtract all elements in Right from Left.
| # | 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);
Subtract Right from all elements in Left.
| # | 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-(const clMatrix &Left, TOpenCLMtxVec *Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | TOpenCLMtxVec * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 7: clMatrix operator-(const clMatrix &Left, TOpenCLMatrix *Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | TOpenCLMatrix * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 8: clMatrix operator-(const clMatrix &Left, const clVector &Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 9: clMatrix operator-(TOpenCLMtxVec *Left, const clMatrix &Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMtxVec * | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 10: clMatrix operator-(TOpenCLMatrix *Left, const clMatrix &Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMatrix * | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 11: clMatrix operator-(const clMatrix &Left, const clMatrix &Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 12: clMatrix operator-(const clMatrix &AValue);
Negates all values inside AValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler