deepEqual

deepEqual(x, y)

Check equality of two matrices element wise. Returns true if the size of both matrices is equal and when and each of the elements are equal.

Try it yourself:

All functions