|
minimc 0.5.1
|
Aggregates perturbations whose effect on one or more Estimator objects is to be estimated. More...
#include <Perturbation.hpp>
Public Member Functions | |
| PerturbationSet (const pugi::xml_node &perturbations_node, const World &world) noexcept | |
Constructs a PerturbationSet from a perturbations node of an XML document. | |
| const Perturbation & | FindPerturbationByName (const std::string &name) const |
| Returns the Perturbation with the given name. More... | |
| std::map< const Perturbation *, Real > | GetIndirectEffects () const noexcept |
| Returns a map of indirect effects for use by a Particle. More... | |
Aggregates perturbations whose effect on one or more Estimator objects is to be estimated.
| const Perturbation & PerturbationSet::FindPerturbationByName | ( | const std::string & | name | ) | const |
Returns the Perturbation with the given name.
| std::runtime_error | Perturbation with given name not found |
|
noexcept |
Returns a map of indirect effects for use by a Particle.