搜索资源列表
svd
- 数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
SCD_CPP
- 数值计算中SVD分解算法,其中包含SVD算法的C++实现头文件,源文件,程序测试代码,以及测试结果文件等,可以很好的帮助你理解SVD奇异值分解算法-Numerical calculation SVD decomposition algorithm, which the SVD algorithm C++ header files, source files, program testing code, and test results file can help you understand t
SVD-MOD
- C环境下实现矩阵的奇异值分解,实际验证之后证明效果不错-Singular value decomposition of the matrix C environment, proof of good results after the actual verification
SVD
- SVD算法的c++实现,通过这个算法可以解决匹配问题。-SVD algorithm c++ achieve, through this algorithm can solve the matching problem.
ksvd_src
- k-svd算法的实现,采用c++语言实现的一个基于K-svd算法的图像消噪程序-k-svd with c++ written for image de-noising
4MUAV
- SVD算法的C语言程序实现,能实现实矩阵的SVD算法-SVD algorithm C language program
MAT
- 仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。-MatLab Matrix simulator
icp
- icp-svd算法实现三维点集的配准,c++结合matlab实现。-Icp-svd algorithm to achieve three-dimensional point set of the registration, c++ combined matlab achieve.
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o