[Numpy-discussion] Re: Welcome To "Numpy-discussion"!

Konrad Hinsen hinsen at cnrs-orleans.fr
Tue Apr 18 11:18:42 EDT 2000


> Can someone give me a hand? I'm porting some code and I need to do
> QR decomposition. I couldn't find a such a function in Numpy.
> As I remember Lapack has one, isn't it part of the python interface?

There is a lot more in LAPACK than is covered by the high-level Python
interface (Module LinearAlgebra). There is, however, a complete low-level
interface to all of LAPACK and BLAS, written eons ago by Doug Heisterkamp.
You can pick up an updated copy at
ftp://dirac.cnrs-orleans.fr/pub/PyLapack.tar.gz

Konrad.
-- 
-------------------------------------------------------------------------------
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 NumPy-Discussion mailing list