deal.II version GIT relicensing-2289-g1e5549a87a 2024-12-21 21:30:00+00:00
|
#include <deal.II/base/config.h>
#include <cmath>
#include <deal.II/base/exceptions.h>
#include <boost/math/special_functions/legendre.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | std_cxx17 |
Functions | |
double | std_cxx17::legendre (unsigned int l, double x) |
float | std_cxx17::legendre (unsigned int l, float x) |
float | std_cxx17::legendref (unsigned int l, float x) |