TMtxSmallInt::operator== Operator

Overload List

#SignatureDescription
1bool operator==(TMtxInt *Left, const MatrixInt &Right);Returns true, if Left and Right have equal Rows, Cols, IntPrecision and Values.
2bool operator==(const MatrixInt &Left, TMtxInt *Right);Returns true, if Left and Right have equal Rows, Cols, IntPrecision and Values.
3bool operator==(TMtxVecInt *Left, const VectorInt &Right);Returns true, if Left and Right are of equal Length and Values.
4bool 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.

#NameTypeDescription
1LeftTMtxInt *
2Rightconst MatrixInt &
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.

#NameTypeDescription
1Leftconst MatrixInt &
2RightTMtxInt *
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.

#NameTypeDescription
1LeftTMtxVecInt *
2Rightconst 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.

#NameTypeDescription
1Leftconst VectorInt &
2RightTMtxVecInt *
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler