All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
RombIntSolver.h File Reference
#include <math.h>
#include "Colours.h"
#include <streamlog/streamlog.h>
Include dependency graph for RombIntSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sistrip::RombIntSolver< T >
 Double precision Romberg integration solver (Template class represents class whose method is to be integrate!). More...
 

Namespaces

 sistrip
 

Macros

#define EPS_R   1E-4
 
#define NSTEPSMAX_R   20
 
#define NSTEPSMIN_R   5
 
#define FCE(x)   (_pTemplate->*_fce)(x)
 

Macro Definition Documentation

#define EPS_R   1E-4

Definition at line 17 of file RombIntSolver.h.

#define FCE (   x)    (_pTemplate->*_fce)(x)

Definition at line 20 of file RombIntSolver.h.

#define NSTEPSMAX_R   20

Definition at line 18 of file RombIntSolver.h.

#define NSTEPSMIN_R   5

Definition at line 19 of file RombIntSolver.h.