Sparse |
[Missing <summary> documentation for "T:Altaxo.Calc.Providers.SparseSolver.SparseSolverControl"]
public static class SparseSolverControl
The SparseSolverControl type exposes the following members.
Name | Description | |
---|---|---|
HintPath | Optional path to try to load native provider binaries from, if the provider specific hint path is not set. If neither is set, Numerics falls back to the provider specific environment variables, or the default probing paths. | |
Provider | Gets or sets the sparse solver provider. Consider to use UseNativeMKL or UseManaged instead. |
Name | Description | |
---|---|---|
FreeResources | ||
TryUse | ||
TryUseNative | Try to use a native provider, if available. | |
TryUseNativeMKL | ||
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 | ||
UseNativeMKL |