barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
Go to the source code of this file.
Classes | |
class | BArrayDenseRow< Cell_Type, Data_Type > |
class | BArrayDenseRow_const< Cell_Type, Data_Type > |
Macros | |
#define | POS(a, b) (b) * N + (a) |
#define | POS_N(a, b, c) (b)*(c) + (a) |
#define | ZERO_CELL static_cast< Cell_Type >(0.0) |
#define POS | ( | a, | |
b | |||
) | (b) * N + (a) |
Definition at line 4 of file barraydenserow-bones.hpp.
#define POS_N | ( | a, | |
b, | |||
c | |||
) | (b)*(c) + (a) |
Definition at line 5 of file barraydenserow-bones.hpp.
#define ZERO_CELL static_cast< Cell_Type >(0.0) |
Definition at line 6 of file barraydenserow-bones.hpp.