Namespaces

Types in MathNet.Numerics

Type AppSwitches

Namespace MathNet.Numerics

AppContext based switches to disable functionality, controllable through also in the host application through AppContext or by configuration with AppContextSwitchOverride. https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element
Since AppContext is not supported on.NET Framework 4.0, a local implementation is used there instead, which cannot be controlled though configuration or through AppContext.

Properties

Public Properties

bool DisableCudaNativeProvider get; set;

bool DisableMklNativeProvider get; set;

bool DisableNativeProviderProbing get; set;

bool DisableNativeProviders get; set;

bool DisableOpenBlasNativeProvider get; set;