Click or drag to resize

VectorBuilderTSparse(SparseVectorStorageT) Method

Create a new sparse vector straight from an initialized vector storage instance. The storage is used directly without copying. Intended for advanced scenarios where you're working directly with storage for performance or interop reasons.

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

Parameters

storage  SparseVectorStorageT

[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Sparse(Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage{`0})"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Sparse(Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage{`0})"]

See Also