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

Go to the source code of this file.

Classes

class  BArrayDenseCol< Cell_Type, Data_Type >
 
class  BArrayDenseCol_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)
 

Macro Definition Documentation

◆ POS

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

Definition at line 4 of file barraydensecol-bones.hpp.

◆ POS_N

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

Definition at line 5 of file barraydensecol-bones.hpp.

◆ ZERO_CELL

#define ZERO_CELL   static_cast<Cell_Type>(0.0)

Definition at line 6 of file barraydensecol-bones.hpp.