Linear |
The LinearAlgebraControl type exposes the following members.
| Name | Description | |
|---|---|---|
| FreeResources | Frees resources held by the active linear algebra provider. | |
| TryUse | Attempts to switch to the specified linear algebra provider. | |
| TryUseNative | Try to use a native provider, if available. | |
| TryUseNativeCUDA | Attempts to switch to the native CUDA linear algebra provider. | |
| TryUseNativeMKL | Attempts to switch to the native MKL linear algebra provider. | |
| TryUseNativeOpenBLAS | Attempts to switch to the native OpenBLAS linear algebra provider. | |
| UseBest | Use the best provider available. | |
| UseDefault | Use a specific provider if configured, e.g. using the "MathNetNumericsLAProvider" environment variable, or fall back to the best provider. | |
| UseManaged | Switches to the managed linear algebra provider. | |
| UseNativeCUDA | Switches to the native CUDA linear algebra provider. | |
| UseNativeMKL | Switches to the native MKL linear algebra provider. | |
| UseNativeOpenBLAS | Switches to the native OpenBLAS linear algebra provider. |