Computes the spherical or cylindrical modified Bessel functions of the second kind, extended to the complex plane and cayley_dickson algebras.
{
template<eve;scalar_value N, kyosu::concepts::cayley_dickson_like T>
constexpr auto bessel_i(N n, T z)
noexcept;
template<eve;scalar_value N, kyosu::concepts::complex_like T,
size_t S>
constexpr auto bessel_i(N n, T z, std::span<Z, S> cis)
noexcept;
template<eve;scalar_value N, kyosu::concepts::cayley_dickson_like T>
constexpr auto bessel_i[spherical](N n, T z)
noexcept;
template<eve;scalar_value N, kyosu::concepts::complex_like T,
size_t S>
constexpr auto bessel_i[spherical](N n, T z, std::span<Z, S> sis)
noexcept;
}
constexpr auto bessel_i
Computes the spherical or cylindrical modified Bessel functions of the second kind,...
Definition: bessel_i.hpp:86
Main KYOSU namespace.
Definition: cinf.hpp:13