This module provides all the numerical functions and function objects usable on EVE types.
|
constexpr auto | eve::bessel_i = eve::functor<bessel_i_t> |
| Computes the spherical or cylindrical Modified Bessel functions of the first kind,.
|
|
constexpr auto | eve::bessel_j = eve::functor<bessel_j_t> |
| Computes the spherical or cylindrical Bessel functions of the first kind,.
|
|
constexpr auto | eve::bessel_k = eve::functor<bessel_k_t> |
| Computes the modified spherical or cylindrical Bessel functions of the second kind,.
|
|
constexpr auto | eve::bessel_y = eve::functor<bessel_y_t> |
| Computes the spherical or cylindrical Bessel functions of the second kind,.
|
|