[SciPy-dev] more with SVD wrapping

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Jun 9 01:21:53 EDT 2009


On Mon, 8 Jun 2009 15:31:09 -0700
  M Trumpis <mtrumpis at berkeley.edu> wrote:
> Hi all,
> 
> While I was playing with the f2py wrappings for SVD 
>routines, I went
> ahead and beefed up the *gesdd and *gesvd interfaces, 
>and added a
> wrapping for the "generalized SVD" wrappings, *ggsvd.
> 
> improvements to svd:
> * can query the lapack drivers for best workspace 
>size--this
> eliminates the need for the code in "calc_lwork.f".
> * can ask the drivers to return compact matrices: a = (m 
>x n) ==> u =
> (m x min(m,n)), vh = (min(m,n) x n)
> 
> Use of the *gesvd driver can be toggled with an 
>argument:
> scipy.linalg.svd( ... , fast_svd=False)
> 
> I made two scipy interpretations of the GSVD, one 
>corresponding to the
> lapack docs, and one that is more like the matlab 
>version.
> 
> This ticket supercedes ticket 957.
> 
> http://projects.scipy.org/scipy/ticket/964
> 
> Kind regards,
> Mike
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev

Hi all,

In view of your recent work ticket 216 could be closed.
  
  http://projects.scipy.org/scipy/ticket/216


Cheers,
                    Nils



More information about the SciPy-Dev mailing list