Click or drag to resize

DoubleHermCsrSparseMatrixEquals(DoubleHermCsrSparseMatrix) Method

Equals function for DoubleHermCsrSparseMatrix matrices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Equals(
	DoubleHermCsrSparseMatrix other
)

Parameters

other  DoubleHermCsrSparseMatrix
Object to compare.

Return Value

Boolean
true if other contains the same nonzero data as self.
Remarks
Implemented as part of the IEquitable interface.
See Also