NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>
#include <iostream>
#include <fstream>
#include <map>
#include <vector>
#include "../ui/error.hpp"
#include "../io/filesystem.hpp"
#include "../settings.hpp"
#include "../utils/tools.hpp"
Go to the source code of this file.
Classes | |
class | FunctionDefinition |
This class implements a single function definition. It is managed by the Define class. More... | |
class | FunctionDefinitionManager |
This class implements the function definition managing instance. More... | |