ImplementationManager<T>.UseManaged Method

Set the default implementation to the pure managed implementation.

Definition

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

Remarks

If there is no default managed implementation, this method attempts to use a hybrid implementation.

See Also