Click or drag to resize

GenericVectorT(IList) Constructor

Constructor from an IList

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GenericVector(
	IList values
)

Parameters

values  IList
IList use as source for the elements of the vector.
Exceptions
ExceptionCondition
ArgumentNullExceptionException thrown if null passed as 'values' parameter.
See Also