Click or drag to resize

SparseMatrixUnaryPlus Operator

Returns a Matrix containing the same values of rightSide.

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
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 get the values from.

Return Value

SparseMatrix
A matrix containing a the same values as rightSide.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rightSide is .
See Also