Click or drag to resize

VectorT Constructor

Initializes a new instance of the Vector class.

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

Parameters

storage  VectorStorageT

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

See Also