Click or drag to resize

GenericVectorTAsWrapperFor Method

Creates a vector, that is a wrapper of the provided array. The array is used directly.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static GenericVector<T> AsWrapperFor(
	T[] values
)

Parameters

values  T
Array of values. This array is used directly in the returned vector!

Return Value

GenericVectorT
Vector that is a wrapper for the provided array.
See Also