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

Go to the source code of this file.

Macros

#define BARRY_ZERO   Cell<Cell_Type>(0.0)
 
#define BARRY_ZERO_DENSE   static_cast<Cell_Type>(0.0)
 
#define BARRY_ONE   Cell<Cell_Type>(1.0)
 
#define BARRY_ONE_DENSE   static_cast<Cell_Type>(1.0)
 
#define BARRY_UNUSED(expr)   do { (void)(expr); } while (0);
 
#define BARRY_NCORES_ARG(default)   size_t ncores default
 

Macro Definition Documentation

◆ BARRY_NCORES_ARG

#define BARRY_NCORES_ARG (   default)    size_t ncores default

Definition at line 15 of file barry-macros.hpp.

◆ BARRY_ONE

#define BARRY_ONE   Cell<Cell_Type>(1.0)

Definition at line 7 of file barry-macros.hpp.

◆ BARRY_ONE_DENSE

#define BARRY_ONE_DENSE   static_cast<Cell_Type>(1.0)

Definition at line 8 of file barry-macros.hpp.

◆ BARRY_UNUSED

#define BARRY_UNUSED (   expr)    do { (void)(expr); } while (0);

Definition at line 10 of file barry-macros.hpp.

◆ BARRY_ZERO

#define BARRY_ZERO   Cell<Cell_Type>(0.0)

Definition at line 4 of file barry-macros.hpp.

◆ BARRY_ZERO_DENSE

#define BARRY_ZERO_DENSE   static_cast<Cell_Type>(0.0)

Definition at line 5 of file barry-macros.hpp.