The Conley-Morse Graphs Software
Typedefs
typedyns.h File Reference

Data types for the dynamical systems data structures. More...

#include "config.h"
#include "typedefs.h"
#include "mapcomp.h"
#include "conindex.h"
#include "morsedec.h"

Go to the source code of this file.

Typedefs

typedef MapComputation< theMapType, spcCube, spcCubestheCubMapType
 Combinatorial cubical multivalued map type. More...
 
typedef IndexPair< theCubMapType, spcCube, spcCubestheIndexPairType
 The type of the index pair for the computation of the Conley index. More...
 
typedef ConleyIndex< theIndexPairTypetheConleyIndexType
 The type of the Conley index. More...
 
typedef MorseDecomposition< theCubMapType, spcCube, spcCubestheMorseDecompositionType
 The type of the Morse decomposition. More...
 

Detailed Description

Data types for the dynamical systems data structures.

Author
Pawel Pilarczyk

Definition in file typedyns.h.

Typedef Documentation

◆ theConleyIndexType

The type of the Conley index.

Definition at line 58 of file typedyns.h.

◆ theCubMapType

Combinatorial cubical multivalued map type.

Definition at line 51 of file typedyns.h.

◆ theIndexPairType

The type of the index pair for the computation of the Conley index.

Definition at line 55 of file typedyns.h.

◆ theMorseDecompositionType

The type of the Morse decomposition.

Definition at line 62 of file typedyns.h.