Click or drag to resize

DoubleComplexCsrSparseMatrixEquals(DoubleComplexCsrSparseMatrix) 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(
	DoubleComplexCsrSparseMatrix other
)

Parameters

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