SparseVector<T>.SubtractAt Method

Subtracts a value from the element at the specified index.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void SubtractAt(
	int index,
	T value
)

Parameters

index  Int32
Index of the element to subtract the value from.
value  T
The value to subtract.

See Also