Function Matrix.opEquals

Compare two matrices.

bool opEquals (
  Matrix!(T,N) that
) const;

Parameters

NameDescription
that The matrix to compare with.

Returns

true if dimensions are equal, false otherwise.