The Conley-Morse Graphs Software
Classes
matcharr.h File Reference

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...
 

Detailed Description

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.

Author
Pawel Pilarczyk

Definition in file matcharr.h.