Click or drag to resize

VectorMathCreateExtensibleVectorT Method

Creates a new extensible vector of length length

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IExtensibleVector<T> CreateExtensibleVector<T>(
	int length
)

Parameters

length  Int32
The inital length of the vector.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorMath.CreateExtensibleVector``1(System.Int32)"]

Return Value

IExtensibleVectorT
An instance of a extensible vector.
See Also