Computes the Modified Bessel functions of the first kind.
{
template<eve::floating_ordered_value, kyosu::concepts::cayley_dickson T>
template<eve::floating_ordered_value, eve::floating_ordered_value T>
template<eve::floating_ordered_value, kyosu::concepts::cayley_dickson T, Range R>
template<eve::floating_ordered_value, eve::floating_ordered_value T, Range R>
}
constexpr tags::callable_cyl_bessel_i cyl_bessel_i
Computes the Modified Bessel functions of the first kind.
Definition: cyl_bessel_i.hpp:106
Main KYOSU namespace.
Definition: types.hpp:14
#include <kyosu/kyosu.hpp>
#include <eve/wide.hpp>
#include <iostream>
int main()
{
std::cout.precision(16);
using w_t = eve::wide<double, eve::fixed<2>>;
auto v = 3.3;
std::cout << "z " << z << std::endl;
std::vector<decltype(z)> is(4);
for(int n=0; n <= 3; ++n)
{
std::cout << "is[" << n << "] = " << is[n] << std::endl;
}
return 0;
}
constexpr tags::callable_complex complex
Constructs a kyosu::complex.
Definition: to_complex.hpp:70