Click or drag to resize

SparseVectorCreate(Int32, FuncInt32, Complex) Method

Create a new sparse vector and initialize each value using the provided init function.

Namespace: Altaxo.Calc.LinearAlgebra.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SparseVector Create(
	int length,
	Func<int, Complex> init
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex.SparseVector.Create(System.Int32,System.Func{System.Int32,System.Numerics.Complex})"]

init  FuncInt32, Complex

[Missing <param name="init"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex.SparseVector.Create(System.Int32,System.Func{System.Int32,System.Numerics.Complex})"]

Return Value

SparseVector

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex.SparseVector.Create(System.Int32,System.Func{System.Int32,System.Numerics.Complex})"]

See Also