NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>
#include <vector>
#include "table.hpp"
#include "sorter.hpp"
#include "tablecolumn.hpp"
#include "../maths/filtering.hpp"
Go to the source code of this file.
Classes | |
struct | AnovaResult |
Contains the relevant results of the ANOVA F test. More... | |
class | Memory |
This class represents a single table in memory, or a - so to say - single memory page to be handled by the MemoryManager class instance. More... | |
Namespaces | |
namespace | NumeRe |
Typedefs | |
typedef std::vector< std::string > | ValueVector |
This type defines a generic value vector. More... | |
typedef std::vector<std::string> ValueVector |
This type defines a generic value vector.
Definition at line 58 of file memory.hpp.