Click or drag to resize

SparseVector(Int32) Constructor

Constructs a sparse vector with all zeros

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseVector(
	int n
)

Parameters

n  Int32
Length of the vector
See Also