MatrixInt::Equal Method

bool Equal(TMtxInt *Mtx) const;

Compares two matrices.

#NameTypeDescription
1MtxTMtxInt *
Remarks:

Compares Mtx with the calling matrix and returns true if the matrices are equal (if all elements match in position and value).

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler