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