clMatrix::operator- Operator

Overload List

#SignatureDescription
1clVector operator-(const clVector &Left, const clMatrix &Right);Subtract coresponding elements in Right from Left.
2clMatrix operator-(const TCplx &Left, const clMatrix &Right);Subtract all elements in Right from Left.
3clMatrix operator-(const clMatrix &Left, const TCplx &Right);Subtract Right from all elements in Left.
4clMatrix operator-(const double Left, const clMatrix &Right);Subtract all elements in Right from Left.
5clMatrix operator-(const clMatrix &Left, const double Right);Subtract Right from all elements in Left.
6clMatrix operator-(const clMatrix &Left, TOpenCLMtxVec *Right);Subtract coresponding elements in Right from Left.
7clMatrix operator-(const clMatrix &Left, TOpenCLMatrix *Right);Subtract coresponding elements in Right from Left.
8clMatrix operator-(const clMatrix &Left, const clVector &Right);Subtract coresponding elements in Right from Left.
9clMatrix operator-(TOpenCLMtxVec *Left, const clMatrix &Right);Subtract coresponding elements in Right from Left.
10clMatrix operator-(TOpenCLMatrix *Left, const clMatrix &Right);Subtract coresponding elements in Right from Left.
11clMatrix operator-(const clMatrix &Left, const clMatrix &Right);Subtract coresponding elements in Right from Left.
12clMatrix operator-(const clMatrix &AValue);Negates all values inside AValue.

Overload 1: clVector operator-(const clVector &Left, const clMatrix &Right);

Subtract coresponding elements in Right from Left.

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

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

Subtract all elements in Right from Left.

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

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

Subtract Right from all elements in Left.

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

Overload 6: clMatrix operator-(const clMatrix &Left, TOpenCLMtxVec *Right);

Subtract coresponding elements in Right from Left.

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

Overload 7: clMatrix operator-(const clMatrix &Left, TOpenCLMatrix *Right);

Subtract coresponding elements in Right from Left.

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

Overload 8: clMatrix operator-(const clMatrix &Left, const clVector &Right);

Subtract coresponding elements in Right from Left.

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

Overload 9: clMatrix operator-(TOpenCLMtxVec *Left, const clMatrix &Right);

Subtract coresponding elements in Right from Left.

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

Overload 10: clMatrix operator-(TOpenCLMatrix *Left, const clMatrix &Right);

Subtract coresponding elements in Right from Left.

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

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

Subtract coresponding elements in Right from Left.

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

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

Negates all values inside AValue.

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