Matrix::operator- Operator

Overload List

#SignatureDescription
1Vector operator-(const Vector &Left, const Matrix &Right);Subtract coresponding elements in Right from Left.
2Matrix operator-(const TCplx &Left, const Matrix &Right);Subtracts Right from Left and returns result.
3Matrix operator-(const Matrix &Left, const TCplx &Right);Subtracts Right from Left and returns result.
4Matrix operator-(double Left, const Matrix &Right);Subtracts Right from Left and returns result.
5Matrix operator-(const Matrix &Left, double Right);Subtracts Right from Left and returns result.
6Matrix operator-(const Matrix &Left, TMtxVec *Right);Subtracts Right from Left and returns result.
7Matrix operator-(const Matrix &Left, TMtx *Right);Subtracts Right from Left and returns result.
8Matrix operator-(const Matrix &Left, const Vector &Right);Subtracts Right from Left and returns result.
9Matrix operator-(TMtxVec *Left, const Matrix &Right);Subtracts Right from Left and returns result.
10Matrix operator-(TMtx *Left, const Matrix &Right);Subtracts Right from Left and returns result.
11Matrix operator-(const Matrix &Left, const Matrix &Right);Subtracts Right from Left and returns result.
12Matrix operator-(const Matrix &AValue);Negates AValue and returns result.

Overload 1: Vector operator-(const Vector &Left, const Matrix &Right);

Subtract coresponding elements in Right from Left.

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

Overload 2: 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 3: 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 4: Matrix operator-(double Left, const Matrix &Right);

Subtracts Right from Left and returns result.

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

Overload 5: Matrix operator-(const Matrix &Left, double Right);

Subtracts Right from Left and returns result.

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

Overload 6: Matrix operator-(const Matrix &Left, TMtxVec *Right);

Subtracts Right from Left and returns result.

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

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

Subtracts Right from Left and returns result.

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

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

Subtracts Right from Left and returns result.

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

Overload 9: Matrix operator-(TMtxVec *Left, const Matrix &Right);

Subtracts Right from Left and returns result.

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

Overload 10: Matrix operator-(TMtx *Left, const Matrix &Right);

Subtracts Right from Left and returns result.

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

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

Subtracts Right from Left and returns result.

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

Overload 12: Matrix operator-(const Matrix &AValue);

Negates AValue and returns result.

#NameTypeDescription
1AValueconst Matrix &
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler