ImplementationManager<T>.UseNative Method

Set the default implementation to the default native implementation for the current platform.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static void UseNative()

Remarks

If there is no native implementation, the hybrid and managed implementations are tried in that order..

See Also