Sparse Matrix Singular Vector Decomposition (SVD)
I am in the process of releasing a new verion of my Sparse SVD (SSVD)
code. It differs significantly from the previous version. In particular
the major changes are:
- Build process shifted to use GNU Autotools (autoconf, etc.)
- Uses an extensible Sparse matrix class, permitting user defined
Matrix-Vector routines
- Both single and double precision versions of the library are
included
- Permits use of system tuned BLAS libraries
- Better documentation
- Accommodations for 64 bit systems
Build Dependencies
- BLAS libraries (canonical version is included with the code)
- G++ compiler ver. > 3.3.4
- make
Platforms tested on
- Ubuntu i686 GNU/Linux
- Ubuntu x86_64 GNU/Linux
ALPHA DOWNLOADS
mysvd-0.5.tar.gz (LAS1 and LAS2)
Last modified: Tue Dec 4 10:35:11 CST 2007