This is the complete list of members for utl::Integrator< Functor >, including all inherited members.
| const | utl::Integrator< Functor > | private |
| fAccuracy | utl::Integrator< Functor > | private |
| fFunctor | utl::Integrator< Functor > | private |
| for(int i=0;i< n;++i) | utl::Integrator< Functor > | inlineprivate |
| GetIntegral(const double a, const double b) const | utl::Integrator< Functor > | inline |
| GetRombergIntegral(const double a, const double b, const int order=5, const int maxIterations=20) const | utl::Integrator< Functor > | inline |
| GetSimpsonIntegral(const double a, const double b, const int minLevel=4, const int maxLevel=20) const | utl::Integrator< Functor > | inline |
| GetTrapezoidalAverage(const double previousApproximation, const double a, const double delta, const int level) const | utl::Integrator< Functor > | inlineprivate |
| GetTrapezoidalIntegral(const double a, const double b, const int minLevel=4, const int maxLevel=20) const | utl::Integrator< Functor > | inline |
| Integrator(Functor &functor, const double accuracy=1e-5) | utl::Integrator< Functor > | inline |
| n | utl::Integrator< Functor > | private |
| SetAccuracy(const double accuracy) | utl::Integrator< Functor > | inline |