Skip to content

arvindks/svds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svds

Possible replacement for scipy svds

Scipy sparse.linalg.svds is a computation of the singular value decomposition of A, by a call to ARPACK on the matrix A'A or AA' depending on the size of the matrices. However, this computation can be unstable. An alternative is to compute the eigenvalues of the matrix [ 0 A; A' 0] which has eigendecomposition $\frac{1}{2} [\pm u ]$

About

Possible replacement for scipy svds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published