GenericCoreProvider<T>.ArrayFunctions Property

Gets or sets the current implementation of array functions for double-precision arguments.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override IVectorFunctions<T> ArrayFunctions { get; }

Property Value

IVectorFunctions<T>
A class that inherits from DecompositionOperations.

Remarks

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

See Also