phylopomp
Phylodynamics for POMPs
|
Go to the source code of this file.
Data Structures | |
class | popul_proc_t< STATE, PARAMETERS, NEVENT, NDEME > |
Population process class. More... | |
Macros | |
#define | PARAM_SET(X) |
#define | RATE_CALC(X) total += rate[m++] = (X); |
#define | YAML_PARAM(X) (t + #X + ": " + std::to_string(params.X) + "\n") |
#define | YAML_STATE(X) (t + #X + ": " + std::to_string(state.X) + "\n") |
#define PARAM_SET | ( | X | ) |
Definition at line 177 of file popul_proc.h.
#define RATE_CALC | ( | X | ) | total += rate[m++] = (X); |
Definition at line 179 of file popul_proc.h.
#define YAML_PARAM | ( | X | ) | (t + #X + ": " + std::to_string(params.X) + "\n") |
Definition at line 180 of file popul_proc.h.
#define YAML_STATE | ( | X | ) | (t + #X + ": " + std::to_string(state.X) + "\n") |
Definition at line 181 of file popul_proc.h.