Overload List
Overload 1: TCplx operator*(const TCplx &a, const TCplx &b);
Multiply operator for TCplx types.
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 2: TCplx operator*(const TCplx &a, double b);
Multiply 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);
Multiply 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);
Multiply 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);
Multiply all elements in Right with Left.
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler
Overload 6: Matrix operator*(const Matrix &Left, const TCplx &Right);
Multiplies 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);
Multiplies 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);
Multiply 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);
Multiply all elements in Right with Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 10: clMatrix operator*(const clMatrix &Left, const TCplx &Right);
Multiply 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);
Multiply all elements in Right with Left.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 12: clValue operator*(const clValue &Left, const TCplx &Right);
Multiply Left with Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler