Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool operator==(TMtxInt *Left, const MatrixInt &Right); | Returns true, if Left and Right have equal Rows, Cols, IntPrecision and Values. |
| 2 | bool operator==(const MatrixInt &Left, TMtxInt *Right); | Returns true, if Left and Right have equal Rows, Cols, IntPrecision and Values. |
| 3 | bool operator==(TMtxVecInt *Left, const VectorInt &Right); | Returns true, if Left and Right are of equal Length and Values. |
| 4 | bool operator==(const VectorInt &Left, TMtxVecInt *Right); | Returns true, if Left and Right are of equal Length and Values. |
Overload 1: bool operator==(TMtxInt *Left, const MatrixInt &Right);
Returns true, if Left and Right have equal Rows, Cols, IntPrecision and Values.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: bool operator==(const MatrixInt &Left, TMtxInt *Right);
Returns true, if Left and Right have equal Rows, Cols, IntPrecision and Values.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 3: bool operator==(TMtxVecInt *Left, const VectorInt &Right);
Returns true, if Left and Right are of equal Length and Values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TMtxVecInt * | |
| 2 | Right | const VectorInt & |
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 4: bool operator==(const VectorInt &Left, TMtxVecInt *Right);
Returns true, if Left and Right are of equal Length and Values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const VectorInt & | |
| 2 | Right | TMtxVecInt * |
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler