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);
static double d2dx(std::size_t n, double x)
Definition: Legendre.cpp:44
static double eval(std::size_t n, double x)
Definition: Legendre.cpp:33
Interface for computing Legendre polynomials via Boost.
Definition: Legendre.h:31
static double ddx(std::size_t n, double x)
Definition: Legendre.cpp:38