Gets or sets the current implementation of array functions
for double-precision arguments.
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override IVectorFunctions<Complex<double>> ComplexArrayFunctions { get; }
Public Overrides ReadOnly Property ComplexArrayFunctions As IVectorFunctions(Of Complex(Of Double))
Get
public:
virtual property IVectorFunctions<Complex<double>>^ ComplexArrayFunctions {
IVectorFunctions<Complex<double>>^ get () override;
}
abstract ComplexArrayFunctions : IVectorFunctions<Complex<float>> with get
override ComplexArrayFunctions : IVectorFunctions<Complex<float>> with get
Property Value
Type:
IVectorFunctionsComplexDoubleA class that inherits from
DecompositionOperations.
The default value of this property is
an instance of ManagedArrayFunctionsT.
Reference