#include <Amesos.h>
Public Member Functions | |
Creation method | |
| Amesos_BaseSolver * | Create (char *ClassType, const Epetra_LinearProblem &LinearProblem) |
| Amesos Create method. | |
| bool | Query (char *ClassType) |
| Query methods. | |
Amesos creates an instance of a solver, binding a third party direct solver to an Epetra_LinearProblem, allowing access to the specified third party solver through the Amesos interface (i.e. Numeric Factorization SymbolicFactrozation(), Solve() and support functions.)
|
||||||||||||
|
Amesos Create method. Creates an instance of the Amesos_BaseSolver class specified by ClassType. <br >Preconditions:
<br >Postconditions:
|
|
|
Query methods. Queries whether a given interface is avaiable or not. |
1.3.9.1