aimsdata  5.0.5
Neuroimaging data handling
aims::RombergIntegratorOf< REAL > Class Template Reference

#include <aims/math/rombergitg.h>

Public Member Functions

 RombergIntegratorOf (const REAL &eps, int jmax, int k)
 
virtual ~RombergIntegratorOf ()
 
virtual REAL eval (const Integrable &func, REAL a, REAL b) const
 

Detailed Description

template<class REAL>
class aims::RombergIntegratorOf< REAL >

Definition at line 52 of file rombergitg.h.

Constructor & Destructor Documentation

◆ RombergIntegratorOf()

template<class REAL >
aims::RombergIntegratorOf< REAL >::RombergIntegratorOf ( const REAL &  eps,
int  jmax,
int  k 
)
inline

Definition at line 56 of file rombergitg.h.

◆ ~RombergIntegratorOf()

template<class REAL >
virtual aims::RombergIntegratorOf< REAL >::~RombergIntegratorOf ( )
inlinevirtual

Definition at line 59 of file rombergitg.h.

References aims::RombergIntegratorOf< REAL >::eval().

Member Function Documentation

◆ eval()

template<class REAL >
REAL aims::RombergIntegratorOf< REAL >::eval ( const Integrable func,
REAL  a,
REAL  b 
) const
virtual

The documentation for this class was generated from the following file: