Click or drag to resize

Vector Constructor

Initializes a new instance of the Vector class.

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Vector(
	VectorStorage<double> storage
)

Parameters

storage  VectorStorageDouble

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

See Also