Click or drag to resize

CreateVectorWithStorageT 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.3179.0 (4.8.3179.0)
Syntax
C#
public static Vector<T> WithStorage<T>(
	VectorStorage<T> storage
)
where T : struct, new(), IEquatable<T>, IFormattable

Parameters

storage  VectorStorageT

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.CreateVector.WithStorage``1(Altaxo.Calc.LinearAlgebra.Storage.VectorStorage{``0})"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.CreateVector.WithStorage``1(Altaxo.Calc.LinearAlgebra.Storage.VectorStorage{``0})"]

See Also