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 | 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 |
#define BARRY_NCORES_ARG | ( | default | ) | size_t ncores default |
Definition at line 15 of file barry-macros.hpp.
#define BARRY_ONE Cell<Cell_Type>(1.0) |
Definition at line 7 of file barry-macros.hpp.
#define BARRY_ONE_DENSE static_cast<Cell_Type>(1.0) |
Definition at line 8 of file barry-macros.hpp.
#define BARRY_UNUSED | ( | expr | ) | do { (void)(expr); } while (0); |
Definition at line 10 of file barry-macros.hpp.
#define BARRY_ZERO Cell<Cell_Type>(0.0) |
Definition at line 4 of file barry-macros.hpp.
#define BARRY_ZERO_DENSE static_cast<Cell_Type>(0.0) |
Definition at line 5 of file barry-macros.hpp.