|
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.
Configuration MACROS | |
These are mostly related to performance. The definitions follow:
| |
| #define | BARRY_SAFE_EXP -100.0 |
| #define | BARRY_ISFINITE(a) |
| #define | BARRY_CHECK_SUPPORT(x, maxs) |
| #define | printf_barry printf |
| #define | BARRY_MAX_NUM_ELEMENTS static_cast< size_t >(std::numeric_limits< size_t >::max() /2u) |
| template<typename Ta , typename Tb > | |
| using | Map = std::map< Ta, Tb > |
| #define BARRY_CHECK_SUPPORT | ( | x, | |
| maxs | |||
| ) |
Definition at line 47 of file barry-configuration.hpp.
| #define BARRY_ISFINITE | ( | a | ) |
Definition at line 40 of file barry-configuration.hpp.
| #define BARRY_MAX_NUM_ELEMENTS static_cast< size_t >(std::numeric_limits< size_t >::max() /2u) |
Definition at line 55 of file barry-configuration.hpp.
| #define BARRY_SAFE_EXP -100.0 |
Definition at line 33 of file barry-configuration.hpp.
| #define printf_barry printf |
Definition at line 51 of file barry-configuration.hpp.
| using Map = std::map<Ta,Tb> |
Definition at line 27 of file barry-configuration.hpp.