ImplementationManager<T>.UseNative Method

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

Definition

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

Remarks

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

See Also