Constructs a new vector with the specified
elements.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static DenseVector Create(
IList<double> values
)
Public Shared Function Create (
values As IList(Of Double)
) As DenseVector
public:
static DenseVector^ Create(
IList<double>^ values
)
static member Create :
values : IList<float> -> DenseVector
Parameters
- values
- Type: System.Collections.GenericIListDouble
An IListT
of Double
that contains the elements of the vector.
Return Value
Type:
DenseVectorA
DenseVector.
The length of the new vector is equal to the length of
values. The elements are copied to a new array.
Numerical Libraries
Supported in: 5.x, 4.x
Reference