#9011: the numpy SVD decomposition docstring is wrong
------------------------------+---------------------------------------------
   Reporter:  was             |       Owner:  jason, was
       Type:  defect          |      Status:  new       
   Priority:  minor           |   Milestone:  sage-4.5.3
  Component:  linear algebra  |    Keywords:            
     Author:                  |    Upstream:  N/A       
   Reviewer:                  |      Merged:            
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by mhansen):

 * cc: mhansen (added)


Comment:

 In 1.4, the docstring is now

 {{{
 Factors the matrix `a` into ``u * np.diag(s) * v.H``, where `u` and `v`
 are unitary (i.e., ``u.H = inv(u)`` and similarly for `v`), ``.H`` is the
 conjugate transpose operator (which is the ordinary transpose for
 real-valued matrices), and `s` is a 1-D array of `a`'s singular values.
 }}}

 from
 http://projects.scipy.org/numpy/browser/tags/1.4.1/numpy/linalg/linalg.py


 Is this more to your liking?  We can close this when we update NumPy to
 1.4.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9011#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to