Gets or sets the current implementation of array functions
for double-precision arguments.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.1
public override IVectorFunctions<T> ArrayFunctions { get; }
Public Overrides ReadOnly Property ArrayFunctions As IVectorFunctions(Of T)
Get
public:
virtual property IVectorFunctions<T>^ ArrayFunctions {
IVectorFunctions<T>^ get () override;
}
abstract ArrayFunctions : IVectorFunctions<'T> with get
override ArrayFunctions : IVectorFunctions<'T> with get
Property Value
Type:
IVectorFunctionsTA class that inherits from
DecompositionOperations.
The default value of this property is
an instance of ManagedArrayFunctionsT.
Reference