Home
last modified time | relevance | path

Searched refs:acb_hypgeom_bessel_k_scaled (Results 1 – 8 of 8) sorted by relevance

/dports/math/arb/arb-2.21.1/acb_hypgeom/test/
H A Dt-bessel_k.c67 acb_hypgeom_bessel_k_scaled(w0, nu0, z, prec0); in main()
82 acb_hypgeom_bessel_k_scaled(w1, nu0, z, prec1); in main()
108 acb_hypgeom_bessel_k_scaled(w1, nu1, z, prec1); in main()
130 acb_hypgeom_bessel_k_scaled(w2, nu2, z, prec2); in main()
/dports/math/arb/arb-2.21.1/acb_hypgeom/
H A Dbessel_k.c226 acb_hypgeom_bessel_k_scaled(acb_t res, const acb_t nu, const acb_t z, slong prec) in acb_hypgeom_bessel_k_scaled() function
/dports/math/arb/arb-2.21.1/arb_hypgeom/
H A Dwrappers.c418 acb_hypgeom_bessel_k_scaled(t, t, u, prec); in arb_hypgeom_bessel_k_scaled()
/dports/math/arb/arb-2.21.1/
H A Dacb_hypgeom.h147 void acb_hypgeom_bessel_k_scaled(acb_t res, const acb_t nu, const acb_t z, slong prec);
/dports/audio/snd/snd-21.2/
H A Dlibarb_s7.c180 …*sc, s7_pointer args) {return(acci(sc, args, "acb_bessel_k_scaled", acb_hypgeom_bessel_k_scaled));} in a_bessel_k_scaled()
/dports/math/arb/arb-2.21.1/arb_fpwrap/
H A Dfpwrap.c1095 DEF_CDOUBLE_FUN_2(bessel_k_scaled, acb_hypgeom_bessel_k_scaled) in DEF_DOUBLE_FUN_1_INT()
/dports/math/arb/arb-2.21.1/doc/source/
H A Dacb_hypgeom.rst604 .. function:: void acb_hypgeom_bessel_k_scaled(acb_t res, const acb_t nu, const acb_t z, slong prec)
H A Dhistory.rst282 …ded scaled versions of Bessel functions (acb_hypgeom_bessel_i_scaled, acb_hypgeom_bessel_k_scaled).