|
The ChainCon Software (Release 0.03)
|
The main procedure for a program for the computation of an algebraic topological model. More...
#include <istream>#include <ostream>#include <string>#include "chomp/system/config.h"#include "chomp/system/textfile.h"#include "chomp/system/timeused.h"#include "chomp/system/arg.h"#include "chomp/struct/hashsets.h"#include "chaincon/linmap.h"#include "chaincon/comblinmap.h"#include "chaincon/ringzp.h"#include "chaincon/cellnames.h"#include "chaincon/wrapping.h"#include "atmodcomp.h"Go to the source code of this file.
Functions | |
| template<class CellT > | |
| int | atModelMain (int argc, char *argv [], const char *title, const char *helpinfo) |
| The main procedure for a program for the computation of a homology gradient vector field. More... | |
The main procedure for a program for the computation of an algebraic topological model.
Definition in file atmodmain.h.
|
inline |
The main procedure for a program for the computation of a homology gradient vector field.
Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.
Definition at line 64 of file atmodmain.h.
References computeAlgTopModel(), and readFilteredComplexes().
1.8.13