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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to