ManagedCoreProviderOfSingle.ArrayFunctions Property

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

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0
C#
public override ArrayFunctions<float> ArrayFunctions { get; }

Property Value

ArrayFunctions<Single>
A class that inherits from DecompositionOperations.

Remarks

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

See Also