##==================================================================================================
##  EVE - Expressive Vector Engine
##  Copyright : EVE Project Contributors
##  SPDX-License-Identifier: BSL-1.0
##==================================================================================================

make_unit( "doc.bessel.regular" airy.cpp          )
make_unit( "doc.bessel.regular" airy_ai.cpp       )
make_unit( "doc.bessel.regular" airy_bi.cpp       )
make_unit( "doc.bessel.regular" cyl_bessel_i0.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_i1.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_in.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_j0.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_j1.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_jn.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_k0.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_k1.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_kn.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_y0.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_y1.cpp )
make_unit( "doc.bessel.regular" cyl_bessel_yn.cpp )
make_unit( "doc.bessel.regular" sph_bessel_j0.cpp )
make_unit( "doc.bessel.regular" sph_bessel_j1.cpp )
make_unit( "doc.bessel.regular" sph_bessel_jn.cpp )
make_unit( "doc.bessel.regular" sph_bessel_y0.cpp )
make_unit( "doc.bessel.regular" sph_bessel_y1.cpp )
make_unit( "doc.bessel.regular" sph_bessel_yn.cpp )
