3#include "gsl/gsl_sf_ellint.h"
10namespace EllipticIntegral {
51 std::cerr <<
"Warning, GSL function gsl_sf_ellint_F_impl"
52 <<
" return code" << status << std::endl;
96 std::cerr <<
"Warning, GSL function gsl_sf_ellint_E_impl"
97 <<
" return code" << status << std::endl;
109 _k(
"K", 1.0,0.0, 1.0),
110 _n(
"N", 1.0,0.0,10.0)
153 std::cerr <<
"Warning, GSL function gsl_ellint_P_impl"
154 <<
" return code" << status << std::endl;
#define FUNCTION_OBJECT_IMP(classname)
virtual double operator()(double argument) const override
virtual double operator()(double argument) const override
virtual double operator()(double argument) const override
virtual double getValue() const