Description: SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile on Linux. However, with a little adjustment, this version of code can compile on Windows platform with either Visual C++ or MinGW for easy usage.
To Search:
File list (Check if you may need any files):
SVDLIBC-win
...........\bin
...........\las2.c
...........\main.c
...........\Makefile
...........\Manual
...........\......\index.html
...........\......\license.html
...........\......\svdlib.h
...........\......\SVD_F_DB.html
...........\......\SVD_F_DT.html
...........\......\SVD_F_SB.html
...........\......\SVD_F_ST.html
...........\......\SVD_F_STH.html
...........\README
...........\svdlib.c
...........\svdlib.h
...........\svdutil.c
...........\svdutil.h