Click or drag to resize

VectorBuilderTOfStorage Method

Create a new vector straight from an initialized matrix storage instance. If you have an instance of a discrete storage type instead, use their direct methods instead.

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

Parameters

storage  VectorStorageT
The vector storage instance.

Return Value

VectorT
The created vector.
See Also