TCplx::operator/ Operator

Overload List

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

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

Divide 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);

Divide 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);

Divide 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);

Divide 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);

Divide Left with all elements Right.

#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);

Dividies 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);

Dividies 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);

Divide 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);

Divide Left with all elements Right.

#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);

Divide 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);

Divide Left with all elements Right.

#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);

Divide 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);

Divide Left with Right.

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