Matrix operations

Konrad Hinsen hinsen at cnrs-orleans.fr
Thu May 27 08:11:35 EDT 1999


puetsch at gmx.de (Felix Puetsch) writes:

> 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) ] ?

Get the Numerical Python package, which includes standard matrix
operations and is very efficient! See
http://www.python.org/topics/scicomp/ for details.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                            | E-Mail: hinsen at cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69
Rue Charles Sadron                       | Fax:  +33-2.38.63.15.17
45071 Orleans Cedex 2                    | Deutsch/Esperanto/English/
France                                   | Nederlands/Francais
-------------------------------------------------------------------------------




More information about the Python-list mailing list