accelerInt  v0.1
Namespaces | Functions
exp4_init.c File Reference

Implementation of the necessary initialization for the EXP4 method. More...

#include "rational_approximant.h"
Include dependency graph for exp4_init.c:

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...
 

Detailed Description

Implementation of the necessary initialization for the EXP4 method.

Author
Nicholas Curtis
Date
03/09/2015

Definition in file exp4_init.c.