Click or drag to resize

DoubleSymCsrSparseMatrixEquals(DoubleSymCsrSparseMatrix) Method

Equals function for DoubleSymCsrSparseMatrix matrices.

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

Parameters

other  DoubleSymCsrSparseMatrix
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