This file contains the definition of a class which stores tabulated configuration of full cubical neighborhoods used in the cubical reduction procedures. More...
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include <iostream>
#include <fstream>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | chomp::homology::Tabulated |
A class for storing tabulated configurations of neighbors for various dimensions. 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. | |
Variables | |
Tabulated | chomp::homology::tabulated |
The global instance of this class which stores tabulated configurations to use in the full cube reduction procedures. |
This file contains the definition of a class which stores tabulated configuration of full cubical neighborhoods used in the cubical reduction procedures.
Definition in file tabulate.h.