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