On Sun, Jan 30, 2011 at 8:25 AM, Sturla Molden <stu...@molden.no> wrote:

> Den 30.01.2011 02:58, skrev Jason Grout:
> > Factors the matrix a as u * S * v,
>
> It actually returns the Hermitian of v, as almost any use of SVD will
> require v.H. And by the way, the documentation does not say that the
> factorization is u * S * v, but u * np.diag(s) * v.H.
>
>
The v.H is the old, incorrect, version of the documentation. The current
documentation is correct.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to