Click or drag to resize

DenseVectorUnaryNegation Operator

Returns a Vector containing the negated values of rightSide.

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

Parameters

rightSide  DenseVector
The vector to get the values from.

Return Value

DenseVector
A vector containing the negated values as rightSide.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rightSide is .
See Also