|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>#include <map>#include "../utils/tools.hpp"#include "../ui/error.hpp"#include "../datamanagement/memorymanager.hpp"#include "../maths/functionimplementation.hpp"#include "../maths/define.hpp"#include "../settings.hpp"#include "../io/output.hpp"#include "../plotting/plotdata.hpp"#include "../script.hpp"Go to the source code of this file.
Classes | |
| class | ProcedureVarFactory |
| This class is the variable factory used by procedure instances to create their local variables and resolve calls to them. More... | |