Matrix operations

Felix Puetsch puetsch at gmx.de
Thu May 27 06:30:52 EDT 1999


How do I implement best matrix operations? Is using some sort of
dictionary the best way? Or should it rather be done with lists and
some 2D-to-linear index transformation [ (i,j)->(n*i+j) ] ?

Thanks


Felix Pütsch




More information about the Python-list mailing list