Overload List
Overload 1: TCplx operator-(const TCplx &a, const TCplx &b);
Subtract operator for TCplx types.
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 2: TCplx operator-(const TCplx &a, double b);
Subtract operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | const TCplx & | |
| 2 | b | double |
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 3: TCplx operator-(double a, const TCplx &b);
Subtract operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | double | |
| 2 | b | const TCplx & |
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 4: TCplx operator-(const TCplx &a);
Unary negate operator for TCplx types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | const TCplx & |
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 5: 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 6: 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 7: Matrix operator-(const TCplx &Left, const Matrix &Right);
Subtracts Right from Left and returns result.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 8: Matrix operator-(const Matrix &Left, const TCplx &Right);
Subtracts Right from Left and returns result.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 9: 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 10: 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 11: 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 12: 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 13: clValue operator-(const TCplx &Left, const clValue &Right);
Subtract Right from Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler