biomcmc-lib
0.1
low level library for phylogenetic analysis
|
Hash table of bipartitions (see hashtable.h for original version, with string keys and integer values) More...
#include <hashtable.h>
Data Fields | |
int | size |
int | probelength |
Table size. | |
int | maxfreq |
Number of collisions before empty slot is found. | |
uint32_t | h |
frequency (integer) of most frequent bipartition | |
uint32_t | a1 |
Value set by hash(). Used in hash1() and hash2() to avoid calling hash() again. | |
uint32_t | a2 |
uint32_t | b1 |
uint32_t | b2 |
uint32_t | P |
Random values used in hash functions. | |
bip_hashitem * | table |
int | ref_counter |
Vector with key/value pairs. | |
Hash table of bipartitions (see hashtable.h for original version, with string keys and integer values)