Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector operator-(const clVector &Left, TOpenCLVector *Right); | Subtract coresponding elements in Right from Left. |
| 2 | clVector operator-(TOpenCLVector *Left, const clVector &Right); | Subtract coresponding elements in Right from Left. |
| 3 | clVector operator-(const clVector &Left, TOpenCLMtxVec *Right); | Subtract coresponding elements in Right from Left. |
| 4 | clVector operator-(TOpenCLMtxVec *Left, const clVector &Right); | Subtract coresponding elements in Right from Left. |
| 5 | clMatrix operator-(const clMatrix &Left, TOpenCLMtxVec *Right); | Subtract coresponding elements in Right from Left. |
| 6 | clMatrix operator-(TOpenCLMtxVec *Left, const clMatrix &Right); | Subtract coresponding elements in Right from Left. |
Overload 1: clVector operator-(const clVector &Left, TOpenCLVector *Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clVector & | |
| 2 | Right | TOpenCLVector * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clVector operator-(TOpenCLVector *Left, const clVector &Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLVector * | |
| 2 | Right | const clVector & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clVector operator-(const clVector &Left, TOpenCLMtxVec *Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clVector & | |
| 2 | Right | TOpenCLMtxVec * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clVector operator-(TOpenCLMtxVec *Left, const clVector &Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMtxVec * | |
| 2 | Right | const clVector & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: 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 6: 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