TOpenCLVector::operator- Operator

Overload List

#SignatureDescription
1clVector operator-(const clVector &Left, TOpenCLVector *Right);Subtract coresponding elements in Right from Left.
2clVector operator-(TOpenCLVector *Left, const clVector &Right);Subtract coresponding elements in Right from Left.
3clVector operator-(const clVector &Left, TOpenCLMtxVec *Right);Subtract coresponding elements in Right from Left.
4clVector operator-(TOpenCLMtxVec *Left, const clVector &Right);Subtract coresponding elements in Right from Left.
5clMatrix operator-(const clMatrix &Left, TOpenCLMtxVec *Right);Subtract coresponding elements in Right from Left.
6clMatrix operator-(TOpenCLMtxVec *Left, const clMatrix &Right);Subtract coresponding elements in Right from Left.

Overload 1: 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 2: 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 3: 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 4: 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 5: 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 6: 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