Click or drag to resize

SparseVector(Int32) Constructor

Create a new sparse vector with the given length. All cells of the vector will be initialized to zero.

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseVector(
	int length
)

Parameters

length  Int32

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

Exceptions
ExceptionCondition
ArgumentExceptionIf length is less than one.
See Also