phylopomp
Phylodynamics for POMPs
|
Go to the source code of this file.
Data Structures | |
struct | moran_state_t |
Moran process state. More... | |
struct | moran_parameters_t |
Moran process parameters. More... | |
Typedefs | |
using | moran_proc_t = popul_proc_t< moran_state_t, moran_parameters_t, 2 > |
using | moran_genealogy_t = master_t< moran_proc_t, 1 > |
Variables | |
static int | deme = 0 |
using moran_genealogy_t = master_t<moran_proc_t,1> |
using moran_proc_t = popul_proc_t<moran_state_t,moran_parameters_t,2> |