Click or drag to resize

SparseCompressedRowMatrixStorageTMapInplace Method

Applies a mapping function to each value 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 MapInplace(
	Func<T, T> f,
	Zeros zeros
)

Parameters

f  FuncT, T
The mapping function.
zeros  Zeros
How zeros are handled during the mapping.
See Also