Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Python Matrices?

4 views
Skip to first unread message

Jim Fulton

unread,
Nov 7, 1994, 3:07:25 PM11/7/94
to

Has anyone done a C module for Matrix built-in types for Python yet?
I recently realized that I wanted this to help interface to Fortran
code. What I want is similar to Python arrays, but I want to support
two- (or possibly more-) dimensional arrays and, while I'm at it, it
would be fun to have some Matrix arithmetic. I would want to support
both double- and single-precision floats and I would want data stored
as it would be stored in C or Fortran multi-dimensional arrays (that
is with all of the data in one big block).

--
-- Jim Fulton jfu...@mailqvarsa.er.usgs.gov (703) 648-5622
U.S. Geological Survey, Reston VA 22092
This message is being posted to obtain or provide technical information
relating to my duties at the U.S. Geological Survey.

0 new messages