NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
memory.hpp File Reference
#include <string>
#include <vector>
#include "table.hpp"
#include "sorter.hpp"
#include "tablecolumn.hpp"
#include "../maths/filtering.hpp"
Include dependency graph for memory.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ ValueVector

typedef std::vector<std::string> ValueVector

This type defines a generic value vector.

Definition at line 58 of file memory.hpp.