Click or drag to resize

ManagedSparseSolverProviderIsAvailable Method

Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable.

Namespace: Altaxo.Calc.Providers.SparseSolver
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsAvailable()

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.Providers.SparseSolver.ManagedSparseSolverProvider.IsAvailable"]

Implements

ISparseSolverProviderIsAvailable
See Also