Core Implementations<T>.Array Functions Property
Gets or sets the current implementation of array functions.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A class that implements ArrayFunctions<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static ArrayFunctions<T> ArrayFunctions { get; set; }
Property Value
ArrayFunctions<T>A class that implements ArrayFunctions<T>.
Remarks
Default implementations are automatically loaded for double precision numbers. For other element types, you need to reference the implementation assembly and call any the applicable registration methods on the Providers property.