![]() |
AmpGen 2.1
|
Classes | |
struct | debug_type |
struct | size_of |
struct | size_of< void > |
struct | zeroType |
Functions | |
template<typename complex_t, typename real_t> | |
complex_t | make_complex (const real_t &re, const real_t &im) |
template<typename complex_t> | |
complex_t | make_complex (const typename complex_t::rt &re) |
template<typename complex_t> | |
complex_t | make_complex (const complex_t &cmplx) |
template<class T> | |
T | parse (const std::string &word, const char *args) |
template<class T> | |
std::string | to_string (const T &enumItem, const char *args) |
std::string | trimmedString (std::string thing, const unsigned int &length=FCNNAMELENGTH) |
std::ostream & | labelled_stream (const std::string &function_name) |
std::vector< double > | solve_pade (const std::function< double(const double &)> &fcn, const double &min, const double &max, const unsigned &N, const Strategy &strat=Strategy::linear) |
Variables | |
static constexpr int | FCNNAMELENGTH = 38 |
|
inline |
Definition at line 46 of file MsgService.h.
T AmpGen::detail::parse | ( | const std::string & | word, |
const char * | args ) |
std::vector< double > AmpGen::detail::solve_pade | ( | const std::function< double(const double &)> & | fcn, |
const double & | min, | ||
const double & | max, | ||
const unsigned & | N, | ||
const Strategy & | strat = Strategy::linear ) |
std::string AmpGen::detail::to_string | ( | const T & | enumItem, |
const char * | args ) |
|
inline |
Definition at line 25 of file MsgService.h.
|
staticconstexpr |
Definition at line 23 of file MsgService.h.