Overload List
Overload 1: Vector operator-(const TCplx &Left, const Vector &Right);
Subtract all elements in Right from Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: Vector operator-(const Vector &Left, const TCplx &Right);
Subtract Right from all elements in Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: Vector operator-(const double Left, const Vector &Right);
Subtract all elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const double | |
| 2 | Right | const Vector & |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 4: Vector operator-(const Vector &Left, const double Right);
Subtract Right from all elements in Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const Vector & | |
| 2 | Right | const double |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 5: Vector operator-(const Vector &Left, TMtxVec *Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const Vector & | |
| 2 | Right | TMtxVec * |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 6: Vector operator-(const Vector &Left, TVec *Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 7: Vector operator-(const Vector &Left, const Matrix &Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 8: Vector operator-(TMtxVec *Left, const Vector &Right);
Subtract coresponding elements in Right from Left.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TMtxVec * | |
| 2 | Right | const Vector & |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 9: Vector operator-(TVec *Left, const Vector &Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 10: Vector operator-(const Vector &Left, const Vector &Right);
Subtract coresponding elements in Right from Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 11: Vector operator-(const Vector &AValue);
Negates all values inside AValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const Vector & |
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler