Gets or sets the current implementation of array functions.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static IVectorFunctions<T> VectorFunctions { get; set; }
Public Shared Property VectorFunctions As IVectorFunctions(Of T)
Get
Set
public:
static property IVectorFunctions<T>^ VectorFunctions {
IVectorFunctions<T>^ get ();
void set (IVectorFunctions<T>^ value);
}
static member VectorFunctions : IVectorFunctions<'T> with get, set
Property Value
Type:
IVectorFunctionsTA class that implements
IVectorFunctionsT.
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.
Reference