![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/math/trapezeitg.h>
Public Member Functions | |
TrapezeIntegratorOf (int nStep=10) | |
virtual | ~TrapezeIntegratorOf () |
virtual REAL | stage (const Integrable &func, REAL a, REAL b, int n) const |
virtual REAL | eval (const Integrable &func, REAL a, REAL b) const |
Definition at line 48 of file trapezeitg.h.
|
inline |
Definition at line 53 of file trapezeitg.h.
|
inlinevirtual |
Definition at line 54 of file trapezeitg.h.
References aims::TrapezeIntegratorOf< REAL >::eval(), and aims::TrapezeIntegratorOf< REAL >::stage().
|
inlinevirtual |
Definition at line 95 of file trapezeitg.h.
References aims::TrapezeIntegratorOf< REAL >::stage().
Referenced by aims::TrapezeIntegratorOf< REAL >::~TrapezeIntegratorOf().
|
inlinevirtual |
Definition at line 67 of file trapezeitg.h.
References sum(), and aims::IntegrableOf< REAL >::valueAt().
Referenced by aims::TrapezeIntegratorOf< REAL >::eval(), aims::RombergIntegratorOf< REAL >::eval(), and aims::TrapezeIntegratorOf< REAL >::~TrapezeIntegratorOf().