Click or drag to resize

FloatComplexCsrSparseMatrixEquals(FloatComplexCsrSparseMatrix) Method

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

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

Parameters

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