It is the solution of the differential equation \(y''-xy = 0\) satisfying \(Ai(0) = \frac1{3^{2/3}\Gamma(2/3)}\) and \(Ai'(0) =\frac1{3^{1/3}\Gamma(1/3)}\).
{
}
Specifies that a type is a Conditional Expression.
Definition conditional.hpp:28
The concept floating_value<T> is satisfied if and only if T satisfies eve::value and the element type...
Definition value.hpp:116
The concept logical_value<T> is satisfied if and only if T satisfies eve::value and the element type ...
Definition value.hpp:132
constexpr auto airy_ai
elementwise_callable object computing the airy function .
Definition airy_ai.hpp:74
EVE Main Namespace.
Definition abi.hpp:18
#include <eve/module/bessel.hpp>
#include <iostream>
eve::wide wf1{0.5, -1.5, 0.1, -1.0, 19.0, 25.0, 21.5, 10000.0};
int main()
{
std::cout << "<- wf0 = " << wf0 << "\n";
std::cout << "<- wf1 = " << wf1 << "\n";
std::cout <<
"-> airy_ai(wf0) = " <<
eve::airy_ai(wf0) <<
"\n";
std::cout <<
"-> airy_ai[wf0 != -2.0f](wf0) = " <<
eve::airy_ai[wf0 != -2.0f](wf0) <<
"\n";
std::cout <<
"-> airy_ai(wf1) = " <<
eve::airy_ai(wf1) <<
"\n";
}
Conditional expression ignoring the k last lanes from a eve::simd_value.
Definition conditional.hpp:332
Wrapper for SIMD registers.
Definition wide.hpp:70