Click or drag to resize

SparseVectorStorageTOfInit Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage`1.OfInit(System.Int32,System.Func{System.Int32,`0})"]


Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SparseVectorStorage<T> OfInit(
	int length,
	Func<int, T> init
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage`1.OfInit(System.Int32,System.Func{System.Int32,`0})"]

init  FuncInt32, T

[Missing <param name="init"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage`1.OfInit(System.Int32,System.Func{System.Int32,`0})"]

Return Value

SparseVectorStorageT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage`1.OfInit(System.Int32,System.Func{System.Int32,`0})"]

See Also