Theoretica
Mathematical Library
Loading...
Searching...
No Matches
data_table.h File Reference

Data table structure for holding labeled columns of data. More...

#include <map>
#include <vector>
#include <unordered_map>
#include <string>
#include <iomanip>
#include "../core/constants.h"
#include "../algebra/vec.h"
#include "../algebra/mat.h"

Go to the source code of this file.

Classes

class  theoretica::data_table
 A data structure for holding labeled columns of data, where each column is a vector of real numbers. More...
 

Namespaces

namespace  theoretica
 Main namespace of the library which contains all functions and objects.
 

Detailed Description

Data table structure for holding labeled columns of data.