GenericVectorT(T) Constructor |
Constructor from an array
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public GenericVector(
T[] values
)
Parameters
- values T
- Array of values. The array is not used directly. Instead the elements of the array are copied to the vector.
Exceptions See Also