DiagonalMatrixStorageTMapIndexedInplace Method |
Applies an indexed mapping function to each value in place.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void MapIndexedInplace(
Func<int, int, T, T> f,
Zeros zeros
)
Parameters
- f FuncInt32, Int32, T, T
- The indexed mapping function.
- zeros Zeros
- How zeros are handled during the mapping.
See Also