|
The Conley-Morse Graphs Software
|
The worker class for the Conley-Morse graphs computation program. More...
#include <string>#include <sstream>#include <cstdio>#include <vector>#include "chomp/system/config.h"#include "chomp/system/textfile.h"#include "chomp/system/timeused.h"#include "chomp/cubes/cube.h"#include "chomp/multiwork/mw.h"#include "chomp/struct/digraph.h"#include "config.h"#include "typedefs.h"#include "typedyns.h"#include "utils.h"#include "compmdec.h"#include "plotmdec.h"#include "eigenval.h"#include "dataconv.h"#include "datavector.h"#include "matchdec.h"#include "mapopt.h"Go to the source code of this file.
Classes | |
| class | Worker |
| The worker class that processes single chunks of data which contain the definition of a selected rectangular area in the set of parameters to process. More... | |
The worker class for the Conley-Morse graphs computation program.
This file contains the definition of the worker class which processes a single chunk of the parameter range.
Definition in file worker.h.