|
barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
Entries in BArray. For now, it only has two members: More...
#include <cell-bones.hpp>
Public Member Functions | |
| Cell () | |
| Cell (Cell_Type value_, bool visited_=false, bool active_=true) | |
| ~Cell () | |
| Cell (const Cell< Cell_Type > &arg) | |
| Cell< Cell_Type > & | operator= (const Cell< Cell_Type > &other) |
| Cell (Cell< Cell_Type > &&arg) noexcept | |
| Cell< Cell_Type > & | operator= (Cell< Cell_Type > &&other) noexcept |
| void | add (Cell_Type x) |
| operator Cell_Type () const | |
| bool | operator== (const Cell< Cell_Type > &rhs) const |
| bool | operator!= (const Cell< Cell_Type > &rhs) const |
| void | add (double x) |
| void | add (size_t x) |
| void | add (int x) |
| Cell () | |
| Cell () | |
| Cell () | |
Public Attributes | |
| Cell_Type | value |
| bool | visited |
| bool | active |
Entries in BArray. For now, it only has two members:
Definition at line 10 of file cell-bones.hpp.
|
inline |
Definition at line 16 of file cell-bones.hpp.
Definition at line 18 of file cell-bones.hpp.
Definition at line 22 of file cell-bones.hpp.
Definition at line 29 of file cell-bones.hpp.
Definition at line 62 of file cell-meat.hpp.
Definition at line 63 of file cell-meat.hpp.
Definition at line 64 of file cell-meat.hpp.
| void Cell< Cell_Type >::add | ( | Cell_Type | x | ) |
|
inline |
Definition at line 42 of file cell-meat.hpp.
|
inline |
Definition at line 52 of file cell-meat.hpp.
|
inline |
Definition at line 47 of file cell-meat.hpp.
|
inline |
Definition at line 41 of file cell-bones.hpp.
| bool Cell< Cell_Type >::operator!= | ( | const Cell< Cell_Type > & | rhs | ) | const |
Definition at line 31 of file cell-meat.hpp.
|
noexcept |
Definition at line 13 of file cell-meat.hpp.
| Cell< Cell_Type > & Cell< Cell_Type >::operator= | ( | const Cell< Cell_Type > & | other | ) |
Definition at line 5 of file cell-meat.hpp.
| bool Cell< Cell_Type >::operator== | ( | const Cell< Cell_Type > & | rhs | ) | const |
Definition at line 21 of file cell-meat.hpp.
| bool Cell< Cell_Type >::active |
Definition at line 14 of file cell-bones.hpp.
| Cell_Type Cell< Cell_Type >::value |
Definition at line 12 of file cell-bones.hpp.
| bool Cell< Cell_Type >::visited |
Definition at line 13 of file cell-bones.hpp.