Click or drag to resize

VectorBuilderTSparse(Int32) Method

Create a sparse vector of T with the given size.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Sparse(
	int size
)

Parameters

size  Int32
The size of the vector.

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Sparse(System.Int32)"]

See Also