From: Konrad H. <hi...@cn...> - 2000-04-18 15:26:50
|
> 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: hi...@cn... 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 ------------------------------------------------------------------------------- |