ISparse |
[Missing <summary> documentation for "T:Altaxo.Calc.Providers.SparseSolver.ISparseSolverProvider"]
public interface ISparseSolverProvider : ISparseSolverProvider<double>, ISparseSolverProvider<float>, ISparseSolverProvider<Complex>, ISparseSolverProvider<Complex32>
The ISparseSolverProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | FreeResources | Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards. |
![]() | InitializeVerify | Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider |
![]() | 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. |
![]() | Solve(DssMatrixStructure, DssMatrixType, DssSystemType, Int32, Int32, Int32, Int32, Int32, T, Int32, T, T) | (Inherited from ISparseSolverProviderT) |