Click or drag to resize

FloatSymCsrSparseMatrixEquality Operator

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

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

Parameters

lhs  FloatSymCsrSparseMatrix
A CSR symmetric sparse matrix instance.
rhs  FloatSymCsrSparseMatrix
A CSR symmetric sparse matrix instance.

Return Value

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