[SciPy-user] Matlab to numpy
David Douard
david.douard at logilab.fr
Thu Jun 22 10:45:11 EDT 2006
On Thu, Jun 22, 2006 at 03:49:16PM +0200, Nils Wagner wrote:
> David Douard wrote:
> > On Thu, Jun 22, 2006 at 01:59:45PM +0200, Nils Wagner wrote:
> >
[snip]
> >
> Thank you very much.
> And what is equivalent to a so-called economy size decomposition ?
>
> [Q,R] = qr(A,0)
look at the qr function of scipy.linalg, eg.
import scipy
help(scipy.linalg.qr)
(see $PYTHONPATH/scipy/linalg/decomp.py for more details)
David
>
> Nils
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
--
David Douard LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian : http://www.logilab.fr/formations
Développement logiciel sur mesure : http://www.logilab.fr/services
Informatique scientifique : http://www.logilab.fr/science
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060622/3ce93320/attachment.sig>
More information about the SciPy-User
mailing list