Namespaces

Types in MathNet.Numerics.Providers.SparseSolver

Type ISparseSolverProvider

Namespace MathNet.Numerics.Providers.SparseSolver

Interfaces ISparseSolverProvider<T>, ISparseSolverProvider<T>, ISparseSolverProvider<T>, ISparseSolverProvider<T>

Methods

Public Methods

void FreeResources()

Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards.

void InitializeVerify()

Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider

bool IsAvailable()

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.