GenericVectorT(IList) Constructor |
Constructor from an
IList Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public GenericVector(
IList values
)
Parameters
- values IList
- IList use as source for the elements of the vector.
Exceptions See Also