phylopomp
Phylodynamics for POMPs
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
moran.cc File Reference
#include "master.h"
#include "popul_proc.h"
#include "generics.h"
#include "internal.h"
Include dependency graph for moran.cc:

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
 

Typedef Documentation

◆ moran_genealogy_t

Definition at line 23 of file moran.cc.

◆ moran_proc_t

Definition at line 22 of file moran.cc.

Variable Documentation

◆ deme

int deme = 0
static

Definition at line 7 of file moran.cc.