|
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.
Macros | |
| #define | ROW(a) this->el_ij[a] |
| #define | COL(a) this->el_ji[a] |
| #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 COL | ( | a | ) | this->el_ji[a] |
Definition at line 24 of file barraydense-meat.hpp.
| #define POS | ( | a, | |
| b | |||
| ) | (b)*N + (a) |
Definition at line 25 of file barraydense-meat.hpp.
| #define POS_N | ( | a, | |
| b, | |||
| c | |||
| ) | (b)*(c) + (a) |
Definition at line 26 of file barraydense-meat.hpp.
| #define ROW | ( | a | ) | this->el_ij[a] |
Definition at line 23 of file barraydense-meat.hpp.
| #define ZERO_CELL static_cast<Cell_Type>(0.0) |
Definition at line 31 of file barraydense-meat.hpp.