barry: Your go-to motif accountant  0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
barraydense-meat.hpp File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ COL

#define COL (   a)    this->el_ji[a]

Definition at line 24 of file barraydense-meat.hpp.

◆ POS

#define POS (   a,
 
)    (b)*N + (a)

Definition at line 25 of file barraydense-meat.hpp.

◆ POS_N

#define POS_N (   a,
  b,
 
)    (b)*(c) + (a)

Definition at line 26 of file barraydense-meat.hpp.

◆ ROW

#define ROW (   a)    this->el_ij[a]

Definition at line 23 of file barraydense-meat.hpp.

◆ ZERO_CELL

#define ZERO_CELL   static_cast<Cell_Type>(0.0)

Definition at line 31 of file barraydense-meat.hpp.