![]() |
AmpGen 2.1
|
#include <array>
#include <functional>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
class | AmpGen::Pade< N, T > |
Namespaces | |
namespace | AmpGen |
namespace | AmpGen::detail |
Enumerations | |
enum | AmpGen::Strategy { AmpGen::linear , AmpGen::quadratic , AmpGen::cubic , AmpGen::quartic } |
Functions | |
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) |