SparseVector<T>.DivideAt Method

Divides the element at the specified index by a value.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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