Click or drag to resize

SparseDoubleVector(Double, Int32, Int32) Constructor

Constructs a sparse vector with defined nonzero elements

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseDoubleVector(
	double[] items,
	int[] indices,
	int n
)

Parameters

items  Double
The nonzero entries
indices  Int32
The locations of the nonzeros
n  Int32
Length of the vector
See Also