#include <iostream>
#include "common/debug.hpp"
#include "SparseBitvector.hpp"
Include dependency graph for SparseBitmatrix.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SparseBitmatrix |
A sparse bit matrix, implemented as list of columns having 1 for each row. More... | |
Defines | |
#define | __SPARSE_BITMATRIX__ t |
Typedefs | |
typedef unsigned int | ROW_T |
|
Definition at line 10 of file SparseBitmatrix.hpp. |
|
Definition at line 20 of file SparseBitmatrix.hpp. |