15 #ifndef dealii_cxx17_cmath_h 16 #define dealii_cxx17_cmath_h 20 #ifndef __cpp_lib_math_special_functions 21 # include <boost/math/special_functions/bessel.hpp> 22 #endif // __cpp_lib_math_special_functions 29 #ifndef __cpp_lib_math_special_functions 31 double) = boost::math::cyl_bessel_j<double, double>;
33 float) = boost::math::cyl_bessel_j<float, float>;
35 boost::math::cyl_bessel_j<long double, long double>;
40 #endif // __cpp_lib_math_special_functions 44 #endif // dealii_cxx17_cmath_h long double(&) cyl_bessel_jl(long double, long double)
#define DEAL_II_NAMESPACE_CLOSE
#define DEAL_II_NAMESPACE_OPEN
double(&) cyl_bessel_j(double, double)
float(&) cyl_bessel_jf(float, float)