SparseSolverControlTryUse Method |
Attempts to switch to the specified sparse solver provider.
Namespace: Altaxo.Calc.Providers.SparseSolverAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool TryUse(
ISparseSolverProvider provider
)
Parameters
- provider ISparseSolverProvider
- The provider to use.
Return Value
Boolean if the provider was selected; otherwise,
.
See Also