A cache of values of family size transition probabilities. More...
#include <birthdeath.h>
Data Fields | |
hash_table_t * | table |
int | maxFamilysize |
A cache of values of family size transition probabilities.
table keys are BirthDeathCacheKeys, which hold values for branch length, lambda, and mu Values are a square matrix which hold transition probablities from size i to size j
int BirthDeathCacheArray::maxFamilysize |
hash_table_t* BirthDeathCacheArray::table |