SparseVectorUnaryNegation Operator |
Returns a Vector containing the negated values of rightSide.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseVector operator -(
SparseVector rightSide
)
Parameters
- rightSide SparseVector
- The vector to get the values from.
Return Value
SparseVectorA vector containing the negated values as
rightSide.
Exceptions See Also