[Matrix-SIG] Special functions with Numerical Python

Johann Hibschman johann@physics.berkeley.edu
Thu, 19 Nov 1998 10:54:08 -0800 (PST)


Travis Oliphant <Oliphant.Travis@mayo.edu> writes:

> Does anybody know of a package that allows evaluation of special
> functions, like bessel, airy, or error functions on Numerical Python
> arrays.

I don't know of any.  If you want to see examples of C modules which
use python arrays, I have a basic linkage module to NR in C bessik (I
and K) routines on my web page,

http://astro.berkeley.edu/~johann/python/numpy.html

It's not complete, but it sketches the idea.

--Johann