GenericVectorTAsWrapperFor Method |
Creates a vector, that is a wrapper of the provided array. The array is used directly.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static GenericVector<T> AsWrapperFor(
T[] values
)
Parameters
- values T
- Array of values. This array is used directly in the returned vector!
Return Value
GenericVectorTVector that is a wrapper for the provided array.
See Also