Re: [Tutor] BLAS Implementation on Python

2011-03-25 Thread Mahesh Narayanamurthi
Thank you all for your replies. I wonder why I din't get any updates from the
mailing list. Now I feel I have more reasons to proceed with the implementation.
Only that I don't know where to start :)

Thanks,
Mahesh Narayanamurthi

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] BLAS Implementation on Python

2011-03-06 Thread Mahesh Narayanamurthi
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