Click or drag to resize

DoubleComplexCsrSparseMatrixEquals(Object) 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 override bool Equals(
	Object obj
)

Parameters

obj  Object
Object to compare.

Return Value

Boolean
true if obj is a DoubleCsrSparseMatrix instance and contains the same nonzero elements as self.
See Also