Click or drag to resize

DoubleCsrSparseMatrixEquality Operator

Equality operator for sparse matrices in compressed row (CSR) format.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator ==(
	DoubleCsrSparseMatrix lhs,
	DoubleCsrSparseMatrix rhs
)

Parameters

lhs  DoubleCsrSparseMatrix
A CSR sparse matrix instance.
rhs  DoubleCsrSparseMatrix
A CSR sparse matrix instance.

Return Value

Boolean
true if both arguments represent the same nonzero elements; otherwise false.
See Also