Re: bessel J in Fortran



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

.



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: 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)
  • Re: How do I keep subroutines Local to the libraries I am calling?
    ... make it so that only the code in this block is in this package. ... Neither of these subroutines are in the package my_library, ... Now I have a simple script: ... certain subroutines local to my libraries and until recently I thought ...
    (comp.lang.perl.modules)