|
Syst< T_M, T_Q > const & | operator[] (size_t index) const |
|
Syst< T_M, T_Q > & | operator[] (size_t index) |
|
size_t | size () const |
|
T_M | base (const size_t &i) const |
|
T_Q | pos (const size_t &i) const |
|
void | base (const size_t &i, const T_M &b) |
|
void | pos (const size_t &i, const T_Q &p) |
|
void | baselinspace (const T_M &inf_lim, const T_M &sup_lim, const size_t &n_steps) |
|
void | baselinstep (T_M inf_lim, T_M step_size, size_t n_steps) |
|
int | append2csv (const std::string filename, const std::string sep=",") |
|
int | write2csv (const std::string filename, const std::string sep=",") |
|
template<typename T_M, typename T_Q>
class DiscSyst< T_M, T_Q >
Class for discrete jet space. A discrete jet space consists of an array over the base space of jet space elements.
- Template Parameters
-
M | the class representing the base space. |
Q | the class representing the configuration space. |