Click or drag to resize

FloatSymCsrSparseMatrixInequality 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 !=(
	FloatSymCsrSparseMatrix lhs,
	FloatSymCsrSparseMatrix rhs
)

Parameters

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

Return Value

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