![]() |
Reference documentation for deal.II version GIT 8e09676776 2023-03-27 21:15:01+00:00
|
#include <deal.II/base/config.h>
#include <boost/math/special_functions/bessel.hpp>
#include <deal.II/base/exceptions.h>
#include <boost/math/special_functions/legendre.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
std_cxx17 | |
Functions | |
double | std_cxx17::cyl_bessel_j (double nu, double x) |
float | std_cxx17::cyl_bessel_jf (float nu, float x) |
long double | std_cxx17::cyl_bessel_jl (long double nu, long double x) |
double | std_cxx17::legendre (unsigned int l, double x) |
float | std_cxx17::legendre (unsigned int l, float x) |
long double | std_cxx17::legendre (unsigned int l, long double x) |
float | std_cxx17::legendref (unsigned int l, float x) |
long double | std_cxx17::legendrel (unsigned int l, long double x) |