Click or drag to resize

SparseVectorCreate(Int32, Complex32) Method

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

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

Parameters

length  Int32
The length of the vector.
value  Complex32
The value assigned to each entry.

Return Value

SparseVector
The created sparse vector.
See Also