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

Go to the source code of this file.

Data Structures

struct  si2r_state_t
 SI2R process state. More...
 
struct  si2r_parameters_t
 SI2R process parameters. More...
 

Typedefs

using si2r_proc_t = popul_proc_t< si2r_state_t, si2r_parameters_t, 9 >
 
using si2r_genealogy_t = master_t< si2r_proc_t, 2 >
 

Variables

static int ordinary = 0
 
static int superspreader = 1
 

Typedef Documentation

◆ si2r_genealogy_t

Definition at line 35 of file si2r.cc.

◆ si2r_proc_t

Definition at line 34 of file si2r.cc.

Variable Documentation

◆ ordinary

int ordinary = 0
static

Definition at line 7 of file si2r.cc.

◆ superspreader

int superspreader = 1
static

Definition at line 8 of file si2r.cc.