Click or drag to resize

DenseVector(DenseVectorStorageDouble) Constructor

Create a new dense 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.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DenseVector(
	DenseVectorStorage<double> storage
)

Parameters

storage  DenseVectorStorageDouble

[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.DenseVector.#ctor(Altaxo.Calc.LinearAlgebra.Storage.DenseVectorStorage{System.Double})"]

See Also