搜索资源列表
fanyan
- 用SVD奇异值分解法和阻尼最小二乘算法解决地球物理反问题,程序比较简单易懂
vector
- 矩阵运算,数值算法,vc++,奇异值分解,svd
svd_cpp
- 用C++写的 SVD 奇异值分解算法,用于学习与研究。-Written in C++ SVD algorithm for learning and research.
svd
- svd算法,也就是奇异值算法,用于求解不适定性问题。-svd algorithm, that is, singular value algorithm for solving ill-posed problems
svd.c
- SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
SVD-source-code
- 使用QR分解算法的奇异值分解源代码及注释-Singular value decomposition using the QR decomposition algorithm source code
SVDLIBC-win
- SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile