CoreProvider<T>.ComplexArrayFunctions 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#
public abstract IVectorFunctions<Complex<T>> ComplexArrayFunctions { get; }

Property Value

IVectorFunctions<Complex<T>>
A class that inherits from DecompositionOperations.

Remarks

The default value of this property is an instance of ManagedArrayFunctions<T>.

See Also