This file contains the definition of the container "multitable" which is essentially an automatically extendable array whose memory is allocated in small chunks which hold the elements. More...
#include "chomp/system/config.h"
Go to the source code of this file.
Classes | |
class | chomp::homology::multitable< element > |
A container for elements placed in a table (like a vector) that is actually built of many smaller tables. 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. | |
Defines | |
#define | DEFAULTPIECESIZE 32 |
The default size of a piece used in the multi-table. | |
Functions | |
template<typename T > | |
void | chomp::homology::my_swap (T &x, T &y) |
This file contains the definition of the container "multitable" which is essentially an automatically extendable array whose memory is allocated in small chunks which hold the elements.
Definition in file multitab.h.
#define DEFAULTPIECESIZE 32 |
The default size of a piece used in the multi-table.
Definition at line 70 of file multitab.h.