Overload List
Overload 1: clVector operator/(const clVector &Left, const clMatrix &Right);
Divide all elements in Left with coresponding elements in Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clMatrix operator/(const clMatrix &Left, const TCplx &Right);
Divide all elements in Left with Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clMatrix operator/(const TCplx &Left, const clMatrix &Right);
Divide Left with all elements Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clMatrix operator/(const clMatrix &Left, const double Right);
Divide all elements in Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | const double |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: clMatrix operator/(const double Left, const clMatrix &Right);
Divide Left with all elements Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const double | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: clMatrix operator/(const clMatrix &Left, TOpenCLMtxVec *Right);
Divide all elements in Left with coresponding elements in Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clMatrix & | |
| 2 | Right | TOpenCLMtxVec * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 7: clMatrix operator/(const clMatrix &Left, const clVector &Right);
Divide all elements in Left with coresponding elements in Right.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 8: clMatrix operator/(TOpenCLMtxVec *Left, const clMatrix &Right);
Divide all elements in Left with coresponding elements in Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLMtxVec * | |
| 2 | Right | const clMatrix & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler