[Tutor] BLAS Implementation on Python

Mahesh Narayanamurthi mahesh.mach at gmail.com
Mon Mar 7 01:50:39 CET 2011


Hello,

I am thinking of implementing a BLAS package in pure python. I am wondering
if this is a good idea. My design goals are:


[1] Efficient manipulation of Matrices and
    Vectors using pure python objects and
    python code.
[2] Targetted to run on Python3
[3] Extensive use of defensive programming
    style
[4] To serve as a reference design for
    future High Performance Code in Python
[5] To serve as a reference material in
    classroom courses on numerical computing
    or for hobbyist programmers

Thanks,
Mahesh Narayanamurthi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110306/9c723292/attachment.html>


More information about the Tutor mailing list