Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
 
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
Loading...
Searching...
No Matches
Bessel function

Detailed Description

This module provides implementation for the Bessel functions and related operations.

Required header:

#include <eve/module/bessel.hpp>

Variables

constexpr auto eve::airy = functor<airy_t>
 elementwise_callable object computing simutaneously the airy functions values \( Ai(x)\) and \( Bi(x)\).
 
constexpr auto eve::airy_ai = functor<airy_ai_t>
 elementwise_callable object computing the airy function \( Ai(x)\).
 
constexpr auto eve::airy_bi = functor<airy_bi_t>
 elementwise_callable object computing the airy function \( Bi(x)\).