Re: bessel J in Fortran



In article <1193871055.248586.78570@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
lazy_n <lazy_n@xxxxxxxxx> writes:
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).

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.

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).


Search netlib for the routines. They are there somewhere.

--
Steve
http://troutmask.apl.washington.edu/~kargl/
.



Relevant Pages

  • Re: bessel J in Fortran
    ... A Portable Package for Bessel Functions of a Complex Argument ... This algorithm is a package of subroutines for computing Bessel ... versions of those routines found in TOMS algorithm 644. ...
    (sci.math.num-analysis)
  • Re: bessel J in Fortran
    ... A Portable Package for Bessel Functions of a Complex Argument ... This algorithm is a package of subroutines for computing Bessel ... versions of those routines found in TOMS algorithm 644. ...
    (sci.math.num-analysis)
  • Re: Convert Char String to ASCII-96 Symbol
    ... subroutines on an OpenVMS system ... One of the routines does a "Convert Character String to ASCII-96 ... EXTERNAL A8TOR8 ...
    (comp.lang.fortran)
  • Re: First attempt at writing simple Module
    ... I'm trying to factor out the declaration and setting of a bunch of variables ... that a suite of programs will need, as well as defining some subroutines ... Package manage to become visible to main (although that's exactly what I ... No. "my $foo" does create a brand new scalar variable named ...
    (perl.beginners)
  • Re: modules - lost again
    ... > What I am currently doing is automatically exporting ALL these subroutines ... use Bar; ... package Foo; ... > see a single usage of Autoloader in a non-OO envirnoment which leads me ...
    (perl.beginners)