42 static double eval(std::size_t n,
double x);
51 static double ddx(std::size_t n,
double x);
60 static double d2dx(std::size_t n,
double x);
Interface for computing Legendre polynomials via Boost.
Definition Legendre.h:32
static double eval(std::size_t n, double x)
Definition Legendre.cpp:33
static double ddx(std::size_t n, double x)
Definition Legendre.cpp:38
static double d2dx(std::size_t n, double x)
Definition Legendre.cpp:44