clVector::operator- Operator

Overload List

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

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

Subtract all elements in Right from Left.

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

Overload 4: clVector operator-(const clVector &Left, const double Right);

Subtract Right from all elements in Left.

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

Overload 5: clVector operator-(const clVector &Left, TOpenCLMtxVec *Right);

Subtract coresponding elements in Right from Left.

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

Overload 6: clVector operator-(const clVector &Left, TOpenCLVector *Right);

Subtract coresponding elements in Right from Left.

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

Overload 7: 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 8: clVector operator-(TOpenCLMtxVec *Left, const clVector &Right);

Subtract coresponding elements in Right from Left.

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

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

Subtract coresponding elements in Right from Left.

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

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

Subtract coresponding elements in Right from Left.

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

Overload 11: clVector operator-(const clVector &AValue);

Negates all values inside AValue.

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

Overload 12: 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