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 is the top-level namespace of the CHomP library interface; most classes and functions are contained in its sub-namespaces. | |
| namespace | chomp::homology |
This is the main namespace that contains most of the CHomP library classes and functions, some of which are used in the Uniform Expansion project. | |
This file defines a class that uses bit representation of a set to store many small sets.
Definition in file bitsets.h.
1.7.2