This file defines a class that uses bit representation of a set to store many small sets. More...
#include "chomp/system/config.h"#include <iostream>#include <cstdlib>Go to the source code of this file.
Classes | |
| class | chomp::homology::BitSets |
| This class uses bit representation to store many small sets. More... | |
Namespaces | |
| namespace | chomp |
This namespace contains the entire CHomP library interface. | |
| namespace | chomp::homology |
This namespace contains the core of the homology computation procedures and related classes and templates contained in the CHomP C++ library. | |
This file defines a class that uses bit representation of a set to store many small sets.
Definition in file bitsets.h.
1.7.1