Managed Core Provider.Complex Array Functions Property
Gets or sets the current implementation of array functions
for double-precision arguments.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A class that inherits from DecompositionOperations.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override IVectorFunctions<Complex<double>> ComplexArrayFunctions { get; }
Property Value
IVectorFunctions<Complex<Double>>A class that inherits from DecompositionOperations.
Remarks
The default value of this property is an instance of ManagedArrayFunctions<T>.