SparseVector<T>.MultiplyAt Method

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

Parameters

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

See Also