TSparseMtx::operator- Operator

Overload List

#SignatureDescription
1Vector operator-(const Vector &Left, TMtxVec *Right);Subtract coresponding elements in Right from Left.
2Vector operator-(TMtxVec *Left, const Vector &Right);Subtract coresponding elements in Right from Left.
3Matrix operator-(const Matrix &Left, TMtxVec *Right);Subtracts Right from Left and returns result.
4Matrix operator-(TMtxVec *Left, const Matrix &Right);Subtracts Right from Left and returns result.

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

Subtract coresponding elements in Right from Left.

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

Overload 2: Vector operator-(TMtxVec *Left, const Vector &Right);

Subtract coresponding elements in Right from Left.

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

Overload 3: 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 4: 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