#include "chomp/system/config.h"
Go to the source code of this file.
Namespaces | |
namespace | chomp |
namespace | chomp::homology |
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... | |
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) |
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.
Referenced by chomp::homology::multitable< element >::multitable().