Click or drag to resize

LinearAlgebraControl Methods

The LinearAlgebraControl type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFreeResources Frees resources held by the active linear algebra provider.
Public methodStatic memberTryUse Attempts to switch to the specified linear algebra provider.
Public methodStatic memberTryUseNative Try to use a native provider, if available.
Public methodStatic memberTryUseNativeCUDA Attempts to switch to the native CUDA linear algebra provider.
Public methodStatic memberTryUseNativeMKL Attempts to switch to the native MKL linear algebra provider.
Public methodStatic memberTryUseNativeOpenBLAS Attempts to switch to the native OpenBLAS linear algebra provider.
Public methodStatic memberUseBest Use the best provider available.
Public methodStatic memberUseDefault Use a specific provider if configured, e.g. using the "MathNetNumericsLAProvider" environment variable, or fall back to the best provider.
Public methodStatic memberUseManaged Switches to the managed linear algebra provider.
Public methodStatic memberUseNativeCUDA Switches to the native CUDA linear algebra provider.
Public methodStatic memberUseNativeMKL Switches to the native MKL linear algebra provider.
Public methodStatic memberUseNativeOpenBLAS Switches to the native OpenBLAS linear algebra provider.
Top
See Also