Click or drag to resize

SparseMatrixUnaryNegation Operator

Negates each element of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SparseMatrix operator -(
	SparseMatrix rightSide
)

Parameters

rightSide  SparseMatrix
The matrix to negate.

Return Value

SparseMatrix
A matrix containing the negated values.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rightSide is .
See Also