Re: [Tutor] rare matrix

2005-11-30 Thread Kent Johnson
János Juhász wrote: > Dear All, > > do you know any python solution to handle big big rare matrices effectively > with python. > I would make matrix multiplications with 3000x3000 matrices, but with 1-2% > data in them. > Could you recommend any starting point for that ? Googling "python sparse m

Re: [Tutor] rare matrix

2005-11-30 Thread Pujo Aji
try numeric or numpy in :http://www.numpy.org/Cheers,pujoOn 11/30/05, János Juhász < [EMAIL PROTECTED]> wrote:Dear All,do you know any python solution to handle big big rare matrices effectively with python.I would make matrix multiplications with 3000x3000 matrices, but with 1-2%data in them.Could

[Tutor] rare matrix

2005-11-30 Thread János Juhász
Dear All, do you know any python solution to handle big big rare matrices effectively with python. I would make matrix multiplications with 3000x3000 matrices, but with 1-2% data in them. Could you recommend any starting point for that ? Yours sincerely, __ János Juh