SparseVector<T>.DivideAt Method

Divides the element at the specified index by a value.

Definition

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

Parameters

index  Int32
Index of the element to divide.
value  T
The value to divide by.

See Also