|
The Conley-Morse Graphs Software
|
Map computation routines. More...
#include <iostream>#include <fstream>#include <algorithm>#include <memory>#include <new>#include "chomp/system/textfile.h"#include "chomp/system/timeused.h"#include "chomp/struct/autoarray.h"#include "chomp/struct/digraph.h"#include "config.h"#include "typedefs.h"#include "typeintv.h"#include "mapdist.h"#include "utils.h"Go to the source code of this file.
Classes | |
| class | MapComputation< mapcomp, cubetype, cubsettype > |
| A generic map computation routine that computes a rigorous cubical multivalued map based on a function that computes the image of intervals using interval arithmetic. More... | |
Map computation routines.
This file contains the definition of routines for the computation of combinatorial cubical multivalued maps.
Definition in file mapcomp.h.