[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bessel Functions and Numerical Recipes
- Subject: Re: Bessel Functions and Numerical Recipes
- From: Michael W Asten <masten(at)mail.earth.monash.edu.au>
- Date: Fri, 02 Mar 2001 12:45:52 +1100
- Distribution: world
- Newsgroups: comp.lang.idl-pvwave
- Organization: Monash University
- References: <97eirb$kvj@gap.cco.caltech.edu>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:23812
Brian Keating wrote:
> Anyone have a robust algorithm to compute ordinary
> Bessel Functions of integer order, greater than order ~ 19
> (where IDL 5.4 currently cuts off).
You might try the website below; I have had some success in free translation
from the fortran original to idl, for a couple of the routines (but not
yours), without need to restructure the code.
Regards,
Michael Asten
;
; website http://iris-lee3.ece.uiuc.edu/~jjin/routines/routines.html
; Jianming Jin, Associate Professor
; Department of Electrical and Computer Engineering
; University of Illinois at Urbana-Champaign
>
>
> Another question:
>
> Has anyone converted a substantial portion of
> Numerical Recipes [e.g., Fortran], to IDL? Are there public libraries for
> this sort of thing? Numerical Recipes algorithms seem much more
> stable/reliable than those in IDL and I have the complete Fortran code for
> most Numerical Recipes but find it tedious to manually convert between
> languages each time I want a program.
>
> Thanks!
>
> -Brian
>
> Thanks,
>
> -Brian