Go to the documentation of this file.
14 #ifndef MATH_SIGN_ZOLOTAREV_INCLUDED
15 #define MATH_SIGN_ZOLOTAREV_INCLUDED
60 double sign(
const double x);
66 double& sn,
double& cn,
double& dn);
std::vector< double > m_bl
Common parameter class: provides parameters as singleton.
void get_sign_parameters(std::vector< double > &cl, std::vector< double > &bl)
void poly_Zolotarev(const double bmax, double &UK)
double sign(const double x)
void Jacobi_elliptic(const double uu, const double emmc, double &sn, double &cn, double &dn)
void set_sign_parameters()
std::vector< double > m_cl
Bridge::VerboseLevel m_vl
Math_Sign_Zolotarev(const int Np, const double bmax)
static const std::string class_name
Determination of Zolotarev coefficients.