Classes | Namespaces | Defines | Functions

multitab.h File Reference

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)

Detailed Description

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.

Author:
Pawel Pilarczyk

Definition in file multitab.h.


Define Documentation

#define DEFAULTPIECESIZE   32

The default size of a piece used in the multi-table.

Definition at line 70 of file multitab.h.