Click or drag to resize

FloatComplexCsrSparseMatrixInequality Operator

Not equals operator for complex sparse matrices in compressed row (CSR) format.

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

Parameters

lhs  FloatComplexCsrSparseMatrix
A CSR sparse matrix instance.
rhs  FloatComplexCsrSparseMatrix
A CSR sparse matrix instance.

Return Value

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