TOpenCLMatrix::operator+ Operator

Overload List

#SignatureDescription
1clVector operator+(TOpenCLMtxVec *Left, const clVector &Right);Add coresponding elements in Left and Right.
2clVector operator+(const clVector &Left, TOpenCLMtxVec *Right);Add coresponding elements in Left and Right.
3clMatrix operator+(TOpenCLMtxVec *Left, const clMatrix &Right);Add coresponding elements in Left and Right.
4clMatrix operator+(const clMatrix &Left, TOpenCLMtxVec *Right);Add coresponding elements in Left and Right.

Overload 1: clVector operator+(TOpenCLMtxVec *Left, const clVector &Right);

Add coresponding elements in Left and Right.

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

Overload 2: clVector operator+(const clVector &Left, TOpenCLMtxVec *Right);

Add coresponding elements in Left and Right.

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

Overload 3: clMatrix operator+(TOpenCLMtxVec *Left, const clMatrix &Right);

Add coresponding elements in Left and Right.

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

Overload 4: clMatrix operator+(const clMatrix &Left, TOpenCLMtxVec *Right);

Add coresponding elements in Left and Right.

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