Documentation For Encog 2.x

Matrix.Equals(Matrix) Method

Determine if this matrix is equal to another. Use a precision of 10 decimal places.

public bool Equals(
   Matrix matrix
);

Parameters

matrix
The other matrix to compare.

Return Value

True if the two matrixes are equal.

See Also

Matrix Class | Encog.Matrix Namespace | Matrix.Equals Overload List