ImplementationManager<T>.UseHybrid Method

Set the default implementation to a hybrid native/managed implementation.

Definition

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

Remarks

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

See Also