9 releases (4 stable)
1.2.1 | Sep 10, 2024 |
---|---|
1.2.0 | May 21, 2024 |
1.0.0 | Apr 8, 2024 |
0.0.5 | Sep 22, 2023 |
0.0.4 | Jul 12, 2023 |
#358 in Math
193 downloads per month
Used in sciport-rs
305KB
6K
SLoC
A library to compute Bessel functions
Introduction
Rust library that acts as a wrapper for the Fortran subroutines developed by D.E. Amos. The library provides functionality to compute the Bessel, Hankel and Airy functions of complex argument and real order. Negative orders are implemented via the standard formulae.
Dependencies
To compile this library is necessary to install gfortran-13
Credits
- Joey Dumont and Denis Gagnon, complex_bessel: Release 0.6 (jun / 2015) doi 10.5281/zenodo.18220
lib.rs
:
A library to compute Bessel functions
Introduction
Rust library that acts as a wrapper for the Fortran subroutines developed by D.E. Amos. The library provides functionality to compute the Bessel, Hankel and Airy functions of complex argument and real order. Negative orders are implemented via the standard formulae.
Dependencies
To compile this library is necessary to install gfortran-13
Credits
- Joey Dumont and Denis Gagnon, complex_bessel: Release 0.6 (jun / 2015) doi 10.5281/zenodo.18220
Dependencies
~385–690KB
~14K SLoC