Classes | Namespaces

bitsets.h File Reference

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.



Detailed Description

This file defines a class that uses bit representation of a set to store many small sets.

Author:
Pawel Pilarczyk

Definition in file bitsets.h.