Sparse |
The SparseSolverControl type exposes the following members.
| Name | Description | |
|---|---|---|
| FreeResources | Frees resources held by the active sparse solver provider. | |
| TryUse | Attempts to switch to the specified sparse solver provider. | |
| TryUseNative | Try to use a native provider, if available. | |
| TryUseNativeMKL | Attempts to switch to the native MKL sparse solver provider. | |
| UseBest | Use the best provider available. | |
| UseDefault | Use a specific provider if configured, e.g. using the "MathNetNumericsDSSProvider" environment variable, or fall back to the best provider. | |
| UseManaged | Switches to the managed sparse solver provider. | |
| UseNativeMKL | Switches to the native MKL sparse solver provider. |