TCplx::operator- Operator

Overload List

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

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

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

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

Subtract operator for mixed TCplx and real types.

#NameTypeDescription
1adouble
2bconst TCplx &
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler

Overload 4: TCplx operator-(const TCplx &a);

Unary negate operator for TCplx types.

#NameTypeDescription
1aconst TCplx &
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler

Overload 5: Vector operator-(const TCplx &Left, const Vector &Right);

Subtract all elements in Right from Left.

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

Overload 6: Vector operator-(const Vector &Left, const TCplx &Right);

Subtract Right from all elements in Left.

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

Overload 7: Matrix operator-(const TCplx &Left, const Matrix &Right);

Subtracts Right from Left and returns result.

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

Overload 8: Matrix operator-(const Matrix &Left, const TCplx &Right);

Subtracts Right from Left and returns result.

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

Overload 9: clVector operator-(const TCplx &Left, const clVector &Right);

Subtract all elements in Right from Left.

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

Overload 10: clVector operator-(const clVector &Left, const TCplx &Right);

Subtract Right from all elements in Left.

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

Overload 11: clMatrix operator-(const TCplx &Left, const clMatrix &Right);

Subtract all elements in Right from Left.

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

Overload 12: clMatrix operator-(const clMatrix &Left, const TCplx &Right);

Subtract Right from all elements in Left.

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

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

Subtract Right from Left.

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

Overload 14: clValue operator-(const clValue &Left, const TCplx &Right);

Subtract Right from Left.

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