|
barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
#include <barray-iterator.hpp>

Public Member Functions | |
| ConstBArrayRowIter (const BArray< Cell_Type, Data_Type > *Array_) | |
| ~ConstBArrayRowIter () | |
Public Attributes | |
| size_t | current_row |
| size_t | current_col |
| Row_type< Cell_Type >::const_iterator | iter |
| const BArray< Cell_Type, Data_Type > * | Array |
Definition at line 10 of file barray-iterator.hpp.
|
inline |
Definition at line 17 of file barray-iterator.hpp.
|
inline |
Definition at line 29 of file barray-iterator.hpp.
| const BArray<Cell_Type,Data_Type>* ConstBArrayRowIter< Cell_Type, Data_Type >::Array |
Definition at line 15 of file barray-iterator.hpp.
| size_t ConstBArrayRowIter< Cell_Type, Data_Type >::current_col |
Definition at line 13 of file barray-iterator.hpp.
| size_t ConstBArrayRowIter< Cell_Type, Data_Type >::current_row |
Definition at line 13 of file barray-iterator.hpp.
| Row_type<Cell_Type>::const_iterator ConstBArrayRowIter< Cell_Type, Data_Type >::iter |
Definition at line 14 of file barray-iterator.hpp.