Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
|
Modules | |
Amesos2 Solver Framework | |
Amesos2 Solver Interfaces | |
Supported Solver Parameters | |
Perhaps the most interesting part of Amesos2 from a user's perspective, but the Amesos2 solver system was designed to be useful for both users and developers. The system can be split into two distinct but inter-related parts: The solver framework, and the solver interfaces.
The Amesos2::Solver class provides a uniform interface to the third-party library solvers. The interface is designed to be both simple to use for novice users, as well as powerful enough for advanced users. While a novice user might like to just give a linear system to Amesos2 and have it just solve it, an expert user might like to control how and when each step of the solution process is performed and do solves for multiple different RHS vectors.
An example of solving a system with Amesos2 using it's most basic interface:
Here is another more involved example: