Click or drag to resize

SparseVectorCreate(Int32, Double) Method

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

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SparseVector Create(
	int length,
	double value
)

Parameters

length  Int32

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

value  Double

[Missing <param name="value"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.SparseVector.Create(System.Int32,System.Double)"]

Return Value

SparseVector

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

See Also