Re: bessel J in Fortran
- From: lazy_n <lazy_n@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 15:50:55 -0700
On Oct 31, 7:58 pm, ka...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G.
Kargl) wrote:
In article <1193849647.490649.192...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
lazy_n <laz...@xxxxxxxxx> writes:
Thanks everybody. I found something in calgo that might help, it's the
same subroutines from the slatec library but at least they are
together in one file. I already spent too much time trying to get this
library to work, but I'll keep trying because it's the only open
source fortran library with bessel functions (Numerical recipes
doesn't include the general case of complex argument and fractional
order).
-naor
http://www.netlib.org/amos/
See cbesj.f
http://www.netlib.org/amos/readme
======== readme for AMOS =======
A Portable Package for Bessel Functions of a Complex Argument
and Nonnegative Order
This algorithm is a package of subroutines for computing Bessel
functions and Airy functions. The routines are updated
versions of those routines found in TOMS algorithm 644.
--
Stevehttp://troutmask.apl.washington.edu/~kargl/
Thanks Steve. I did look at the Amos package earlier and I think I can
make it work, although it doesn't compile "out of the box" (the rmach1
and imach1 functions are missing).
-naor
.
- Follow-Ups:
- Re: bessel J in Fortran
- From: Dan Nagle
- Re: bessel J in Fortran
- From: Steven G. Kargl
- Re: bessel J in Fortran
- Next by Date: Re: bessel J in Fortran
- Next by thread: Re: bessel J in Fortran
- Index(es):
Relevant Pages
|