Click or drag to resize

FloatCsrSparseMatrixEquals(FloatCsrSparseMatrix) Method

Equals function for Compressed Row (CSR) formatted sparse matrices.

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

Parameters

other  FloatCsrSparseMatrix
Object to compare.

Return Value

Boolean
true if other and contains the same nonzero elements as self.

Implements

IEquatableTEquals(T)
Remarks
Implemented as part of the IEquitable interface.
See Also