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

#include <aims/math/rombergitg.h>

Inheritance diagram for aims::RombergIntegratorOf< REAL >:

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 51 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 55 of file rombergitg.h.

◆ ~RombergIntegratorOf()

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

Definition at line 58 of file rombergitg.h.

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: