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