|
accelerInt
v0.1
|
Implementation of the necessary initialization for the EXP4 method. More...
#include "rational_approximant.h"
Go to the source code of this file.
Namespaces | |
| exp4 | |
Functions | |
| void | exp4::init_solver_log () |
| Initializes the Krylov subspace logging files (if LOG_OUTPUT is defined) More... | |
| void | exp4::solver_log () |
| Executes solver specific logging tasks. More... | |
| void | exp4::initialize_solver (int num_threads) |
| Initializes the solver. More... | |
| const char * | exp4::solver_name () |
| Returns a descriptive solver name. More... | |
| void | exp4::cleanup_solver (int num_threads) |
| Cleans up the created solvers. More... | |
Implementation of the necessary initialization for the EXP4 method.
Definition in file exp4_init.c.
1.8.14