Overload List
Overload 1: TCplx operator+(const TCplx &a, const TCplx &b);
Add operator for TCplx types.
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 2: TCplx operator+(const TCplx &a, double b);
Add 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);
Add 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: Vector operator+(const TCplx &Left, const Vector &Right);
Add left to all elements in Right and return result.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 5: Vector operator+(const Vector &Left, const TCplx &Right);
Add Right to all elements in Left and return result.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 6: Matrix operator+(const TCplx &Left, const Matrix &Right);
Adds Left to Right and returns result.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 7: Matrix operator+(const Matrix &Left, const TCplx &Right);
Adds Left to Right and returns result.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 8: clVector operator+(const TCplx &Left, const clVector &Right);
Add left to all elements in Right and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 9: clVector operator+(const clVector &Left, const TCplx &Right);
Add Right to all elements in Left and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 10: clMatrix operator+(const TCplx &Left, const clMatrix &Right);
Add left to all elements in Right and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 11: clMatrix operator+(const clMatrix &Left, const TCplx &Right);
Add Right to all elements in Left and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 12: clValue operator+(const TCplx &Left, const clValue &Right);
Add left to aRight and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler