Click or drag to resize

FloatHermCsrSparseMatrixEquality Operator

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

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

Parameters

lhs  FloatHermCsrSparseMatrix
A CSR Hermitian sparse matrix instance.
rhs  FloatHermCsrSparseMatrix
A CSR Hermitian sparse matrix instance.

Return Value

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