SparseVector<T>.MultiplyAt Method

Multiplies 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 MultiplyAt(
	int index,
	T value
)

Parameters

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

See Also