clVector::operator/ Operator

Overload List

#SignatureDescription
1clVector operator/(const clVector &Left, const TCplx &Right);Divide all elements in Left with Right.
2clVector operator/(const TCplx &Left, const clVector &Right);Divide Left with all elements Right.
3clVector operator/(const clVector &Left, const double Right);Divide all elements in Left with Right.
4clVector operator/(const double Left, const clVector &Right);Divide Left with all elements Right.
5clVector operator/(const clVector &Left, TOpenCLMtxVec *Right);Divide all elements in Left with coresponding elements in Right.
6clVector operator/(const clVector &Left, const clMatrix &Right);Divide all elements in Left with coresponding elements in Right.
7clVector operator/(TOpenCLMtxVec *Left, const clVector &Right);Divide all elements in Left with coresponding elements in Right.
8clVector operator/(const clVector &Left, const clVector &Right);Divide all elements in Left with coresponding elements in Right.
9clMatrix operator/(const clMatrix &Left, const clVector &Right);Divide all elements in Left with coresponding elements in Right.

Overload 1: clVector operator/(const clVector &Left, const TCplx &Right);

Divide all elements in Left with Right.

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

Overload 2: clVector operator/(const TCplx &Left, const clVector &Right);

Divide Left with all elements Right.

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

Overload 3: clVector operator/(const clVector &Left, const double Right);

Divide all elements in Left with Right.

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

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

Divide Left with all elements Right.

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

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

Divide all elements in Left with coresponding elements in Right.

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

Overload 6: clVector operator/(const clVector &Left, const clMatrix &Right);

Divide all elements in Left with coresponding elements in Right.

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

Overload 7: clVector operator/(TOpenCLMtxVec *Left, const clVector &Right);

Divide all elements in Left with coresponding elements in Right.

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

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

Divide all elements in Left with coresponding elements in Right.

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

Overload 9: clMatrix operator/(const clMatrix &Left, const clVector &Right);

Divide all elements in Left with coresponding elements in Right.

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