Click or drag to resize

SparseVectorStorageTMapIndexedInplace Method

Applies an indexed mapping function to each element in place.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void MapIndexedInplace(
	Func<int, T, T> f,
	Zeros zeros
)

Parameters

f  FuncInt32, T, T
The indexed mapping function.
zeros  Zeros
Specifies how zero values are treated.
See Also