|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Simple one-dimensional data container with basic statistics. More...
#include <string>#include <vector>#include <iostream>#include <algorithm>#include <cmath>#include <memory>#include "Series.tpp"

Go to the source code of this file.
Classes | |
| class | Series< T > |
| Generic one-dimensional container of values with optional string index. More... | |
Simple one-dimensional data container with basic statistics.
This header defines a templated Series type that behaves similarly to a minimal 1D column:
Definition in file Series.h.