YAP
|
Stores integral of a full model. More...
#include <ModelIntegral.h>
Public Member Functions | |
ModelIntegral (const Model &model) | |
const IntegralMap & | integrals () const |
Private Attributes | |
IntegralMap | Integrals_ |
Map of (admixture factor -> component integral) | |
Friends | |
class | Integrator |
grant friend status to Integrator for nonconst access Integrals_ | |
Stores integral of a full model.
ModelIntegral | ( | const Model & | model | ) |
constructor
model | Model to integrate |