#include <integrator_1.h>
Inheritance diagram for afl::Integrator_1:
Public Member Functions | |
Integrator_1 (const Field *field, const Parameters ¶ms) | |
virtual | ~Integrator_1 () |
virtual Value | integral (const Simplex &s) const |
virtual void | toXML (std::ostream &doc) const |
virtual Integrator * | clone () |
virtual const std::string & | getMethod () const |
|
constructor
|
|
Destructor |
|
Implements afl::Integrator. Reimplemented in afl::MonteCarloIntegrator_1. |
|
Implements afl::Integrator. Reimplemented in afl::MonteCarloIntegrator_1. |
|
Implements afl::Integrator. Reimplemented in afl::MonteCarloIntegrator_1. |
|
represents the integrator for an FRL document
Implements afl::Integrator. Reimplemented in afl::MonteCarloIntegrator_1. |