Click or drag to resize

DenseVectorCreate(Int32, FuncInt32, Double) Method

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

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

Parameters

length  Int32

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

init  FuncInt32, Double

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

Return Value

DenseVector

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

See Also