TCplx::operator* Operator

Overload List

#SignatureDescription
1TCplx operator*(const TCplx &a, const TCplx &b);Multiply operator for TCplx types.
2TCplx operator*(const TCplx &a, double b);Multiply operator for mixed TCplx and real types.
3TCplx operator*(double a, const TCplx &b);Multiply operator for mixed TCplx and real types.
4Vector operator*(const Vector &Left, const TCplx &Right);Multiply all elements in Left with Right.
5Vector operator*(const TCplx &Left, const Vector &Right);Multiply all elements in Right with Left.
6Matrix operator*(const Matrix &Left, const TCplx &Right);Multiplies Left with Right and returns result.
7Matrix operator*(const TCplx &Left, const Matrix &Right);Multiplies Left with Right and returns result.
8clVector operator*(const clVector &Left, const TCplx &Right);Multiply all elements in Left with Right.
9clVector operator*(const TCplx &Left, const clVector &Right);Multiply all elements in Right with Left.
10clMatrix operator*(const clMatrix &Left, const TCplx &Right);Multiply all elements in Left with Right.
11clMatrix operator*(const TCplx &Left, const clMatrix &Right);Multiply all elements in Right with Left.
12clValue operator*(const clValue &Left, const TCplx &Right);Multiply Left with Right.
13clValue operator*(const TCplx &Left, const clValue &Right);Multiply Right with Left.

Overload 1: TCplx operator*(const TCplx &a, const TCplx &b);

Multiply operator for TCplx types.

#NameTypeDescription
1aconst TCplx &
2bconst TCplx &
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.

#NameTypeDescription
1aconst TCplx &
2bdouble
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.

#NameTypeDescription
1adouble
2bconst 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.

#NameTypeDescription
1Leftconst Vector &
2Rightconst TCplx &
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.

#NameTypeDescription
1Leftconst TCplx &
2Rightconst Vector &
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.

#NameTypeDescription
1Leftconst Matrix &
2Rightconst TCplx &
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.

#NameTypeDescription
1Leftconst TCplx &
2Rightconst Matrix &
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.

#NameTypeDescription
1Leftconst clVector &
2Rightconst TCplx &
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.

#NameTypeDescription
1Leftconst TCplx &
2Rightconst clVector &
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.

#NameTypeDescription
1Leftconst clMatrix &
2Rightconst TCplx &
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.

#NameTypeDescription
1Leftconst TCplx &
2Rightconst clMatrix &
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 12: clValue operator*(const clValue &Left, const TCplx &Right);

Multiply Left with Right.

#NameTypeDescription
1Leftconst clValue &
2Rightconst TCplx &
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 13: clValue operator*(const TCplx &Left, const clValue &Right);

Multiply Right with Left.

#NameTypeDescription
1Leftconst TCplx &
2Rightconst clValue &
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler