搜索资源列表
svd.cpp
- compute single value decomposition of a matrix in c
main
- 用C语言实现矩阵的SVD分解算法实例 很有用-Using C language SVD matrix decomposition algorithm is useful examples
www_dssz_com_79419120jacobi
- 矩阵的理论与概念、分解的定义、程序、 C++编程 -SVD
33753153SVD
- 有关稀疏矩阵的SVD算法(C语言版),非常有用,欢迎下载-The sparse matrix SVD algorithm (C language version)
pca-cPP-svd-algorithm
- 主成分分析的c++实现使用奇异值分解svd算法-Principal Component Analysis based on svd algorithm ,used c++
svd
- 用于协同过滤推荐算法,svd矩阵分解算法 C++实现-Matrix Factorization , performs well on the large, sparse, and very imbalanced Netflix dataset
svd
- svd奇异值举证分解,c++实现举证的svd分解-svd singular value decomposition of proof, c++ achieve
cgsvd
- CGSVD Compact generalized SVD of a matrix pair in regularization problems. sm = cgsvd(A,L) [U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu] Computes the generalized SVD of the matrix pair (A,L): [ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv
svd
- svd的简单实现。用于学习。用c语言实现的。(A simple implementation of svd. Used for learning)