Click or drag to resize

DoubleSymCsrSparseMatrixInequality Operator

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

Parameters

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

Return Value

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