Click or drag to resize

DoubleHermCsrSparseMatrixInequality Operator

Not equals 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 !=(
	DoubleHermCsrSparseMatrix lhs,
	DoubleHermCsrSparseMatrix rhs
)

Parameters

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

Return Value

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