|
The Conley-Morse Graphs Software
|
Array for matching Morse decompositions. More...
#include <iostream>#include <fstream>#include <string>#include <sstream>#include <vector>#include <map>#include <algorithm>#include <cstring>#include "chomp/system/config.h"#include "chomp/system/textfile.h"Go to the source code of this file.
Classes | |
| class | MatchArray< CoordType, IntType > |
| A multi-dimensional array with links forward/backward between the entries. More... | |
| struct | MatchArray< CoordType, IntType >::pair2 |
| A small class whose objects store an IntType object and an int value. More... | |
Array for matching Morse decompositions.
This file defines a class for storing a multi-dimensional array whose entries can be efficiently joined into chains which define separate classes of matching entries.
Definition in file matcharr.h.