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