phylopomp
Phylodynamics for POMPs
|
Go to the source code of this file.
Data Structures | |
struct | sir_state_t |
SIR process state. More... | |
struct | sir_parameters_t |
SIR process parameters. More... | |
Typedefs | |
using | sir_proc_t = popul_proc_t< sir_state_t, sir_parameters_t, 4 > |
using | sir_genealogy_t = master_t< sir_proc_t, 1 > |
Variables | |
static int | Infected = 0 |
using sir_genealogy_t = master_t<sir_proc_t,1> |
using sir_proc_t = popul_proc_t<sir_state_t,sir_parameters_t,4> |