MATLAB2Python

John Hunter jdhunter at ace.bsd.uchicago.edu
Thu Apr 29 14:05:16 EDT 2004


>>>>> "Colin" == Colin J Williams <cjw at sympatico.ca> writes:

    Colin> You might like to take a look at PyMatrix.  It is still
    Colin> very much a development project, but I would appreciate
    Colin> your thoughts on the areas where it is deficient, as
    Colin> compared with MatLab.
    Colin> http://www3.sympatico.ca/cjw/PyMatrix

I looked over your site and examples, but didn't see any explanation
of what PyMatrix provides over the required numarray and all the
helpful linear algebra and summary functions it provides in
numarray.linear_algebra and numarray.linear_algebra.mlab.  With the
exception of Hilbert, most of the code seems like a wrapper of
numarray functionality.  

Is the main difference how you define the default behavior of
operators?  Or is this just a starting point for a much larger
package?

Thanks,
JDH




More information about the Python-list mailing list