barry: Your go-to motif accountant  0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
defm.hpp
Go to the documentation of this file.
1 
2 #ifndef DEFM_HPP
3 #define DEFM_HPP 1
4 
5 // #include "../barry.hpp"
6 
7 #include <iterator>
8 #include <regex>
9 
10 namespace defm {
11 
12  #include "defm/defm-types.hpp"
13  #include "defm/counters.hpp"
14  #include "defm/defm-bones.hpp"
15  #include "defm/defm-meat.hpp"
16 
17 }
18 
19 #endif
Definition: defm.hpp:10