Jeroen Ruigrok van der Werven wrote: > -On [20080104 14:22], Jeroen Ruigrok van der Werven ([EMAIL PROTECTED]) wrote: >> What I wonder about, does anybody have a Fortran to Python conversion page >> somewhere to map some of the basic types to Python equivalents? > > Just to share my own ideas: > > Seems > > COMPLEX*16/complex*16 ~= complex > REAL*8/real*8 ~= float > INTEGER/integer ~= int/long > you probably want to look at numpy an extension that handles lots of matrix things with great ease. I think it now lives at http://scipy.org/
-- Robin Becker -- http://mail.python.org/mailman/listinfo/python-list