ImplementationManager<T>.UseManaged Method

Set the default implementation to the pure managed implementation.

Definition

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

Remarks

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

See Also