|
PARTONS/NumA++
|
Numerical Analysis C++ routines
|
![]() |
This is the complete list of members for NumA::Integrator1D, including all inherited members.
| clone() const =0 | NumA::Integrator1D | pure virtual |
| configure(const ElemUtils::Parameters ¶meters) | NumA::Integrator1D | virtual |
| getErrors() const | NumA::Integrator1D | |
| getTolerances() const | NumA::Integrator1D | |
| integrate(FunctionType1D *pFunction, double a, double b, std::vector< double > ¶meters)=0 | NumA::Integrator1D | pure virtual |
| Integrator1D() | NumA::Integrator1D | |
| Integrator1D(const Integrator1D &other) | NumA::Integrator1D | protected |
| m_errors | NumA::Integrator1D | protected |
| m_tolerances | NumA::Integrator1D | protected |
| newIntegrationFunctor(PointerToObj *object, PointerToMemFn function) | NumA::Integrator1D | inlinestatic |
| newIntegrator(const IntegratorType1D::Type &oneDimIntegratorType) | NumA::Integrator1D | static |
| PARAM_NAME_ABSOLUTE_TOLERANCE | NumA::Integrator1D | static |
| PARAM_NAME_RELATIVE_TOLERANCE | NumA::Integrator1D | static |
| setErrors(const Errors &errors) | NumA::Integrator1D | |
| setTolerances(const Tolerances &tolerances) | NumA::Integrator1D | |
| ~Integrator1D() | NumA::Integrator1D | virtual |