Welcome![Sign In][Sign Up]
Location:
Search - Eigenvalue

Search list

[Algorithmjacob_QR

Description: jacobi 和QR 算法 用来求解特征值问题 自己编的 不知道是否好用-jacobi and QR algorithm used to solve the eigenvalue problem of their series do not know whether it handy.
Platform: | Size: 201728 | Author: shipengyi | Hits:

[AlgorithmJavamatrix

Description: java程序包,用于矩阵运算,特征值分解,FFT-java package for the matrix, eigenvalue decomposition, FFT, etc.
Platform: | Size: 26624 | Author: 张天 | Hits:

[AlgorithmDelphi-ChangYongShuZhiSuanFa

Description: Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏微分方程的解法-Delphi commonly used numerical algorithm (OSS) these algorithms will be tens of thousands of non-professional computer engineering technology served as a staff with convenient access bridges, and application software can shorten the cycle and reduce duplication of work, Gong times to cause the effect. Chapter 1 of linear algebraic equations method of interpolation Chapter 2 Chapter 3 of numerical integration of special Chapter 4 Chapter 5 Function Function Approximation article Chapter 6 eigenvalue problem Chapter 7 data fitting Chapter 8 Solving equations and nonlinear equations method of Chapter 9 function and the Extreme Optimization Chapter 10 Fourier transform spectrum Chapter 11 of the statistical data describing Chapter 12 solution of ordinary differential equations 13 Chapter PDE s
Platform: | Size: 1597440 | Author: | Hits:

[File Formatmaxeig

Description: Maximum eigenvalue and the corresponding eigenvector.-Maximum and the corresponding eigenvalue eigenvector.
Platform: | Size: 1024 | Author: 金岳 | Hits:

[Othertezhengzhi

Description: 计算任意方矩阵特征值特征向量的VC++源码-Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
Platform: | Size: 27648 | Author: | Hits:

[Bio-Recognizepca

Description: 小弟撰寫的類神經pca對圖片的壓縮與解壓縮,對來源圖片training過後,可使用該張圖像的特性(eigenvalue和eigenvetex)來對別張圖解壓縮,非常有趣的方式,再設定threashold時注意時值不要過大,因為這牽涉inverse matrex的計算.-Boy wrote on Neural PCA image compression and decompression of the source image after training, can make use of the characteristics of images (eigenvalue and eigenvetex) to other copies of illustrated compression, a very interesting way, and then set when threashold attention values not too large, because it involves the calculation of inverse matrex.
Platform: | Size: 430080 | Author: 楊於 | Hits:

[Mathimatics-Numerical algorithmsjacobi

Description: 本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量-This procedure using fortran prepared for the Jacobi method using realistic symmetric matrix eigenvalue and eigenvector
Platform: | Size: 1024 | Author: qwe | Hits:

[Delphi/CppBuilderdephimathmaticmethod

Description: 本书共有数值计算中常用的Delphi子过程100多个,内容包括解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解,函数的极值和最优化,数据的统计描述,傅里叶变换谱方法,解常微分方程组和解偏微分方程组,每一个过程都包括功能,方法,使用说明,过程和例子五部分。-Numerical Calculation of the book there are commonly used in more than 100 sub-processes Delphi, including solution of linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, data fitting, roots and non-linear equation equation solving, function and the extremal optimization, statistical description of Fourier transform spectral method, solution of ordinary differential equations partial differential equations reconciliation, each process including the function, method, use, process and Examples of five parts.
Platform: | Size: 6192128 | Author: lmj | Hits:

[Algorithmqr

Description: 1. Using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes-1. Using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes
Platform: | Size: 84992 | Author: 吕鹏 | Hits:

[Algorithmeig_qr

Description: 使用QR分解方法计算矩阵特征值的matlab源码-Calculated using the QR decomposition of the matrix eigenvalue matlab source
Platform: | Size: 2048 | Author: 党项南 | Hits:

[Mathimatics-Numerical algorithmsHQR

Description: 在C的环境下,使用HQR方法编写的一个求解矩阵特征值的程序。-In the C environment, the use of HQR method of preparation of a solution of matrix eigenvalue procedures.
Platform: | Size: 4096 | Author: 魏朋玉 | Hits:

[AlgorithmGivensHouseholder_eigenvectors

Description: GivensHouseholder法求解特征向量和特征值,公司所做项目中就是采用此法求解对称矩阵的特征向量和特征值,仅供参考!-Method GivensHouseholder eigenvector and eigenvalue, the company has done projects that use this method to solve symmetric matrix of eigenvectors and eigenvalues, for reference purposes only!
Platform: | Size: 7168 | Author: cjs | Hits:

[matlabpower_standardization

Description: 幂法是一种计算矩阵主特征值(矩阵按模最大的特征值)及对应特征向量的迭代方法,特别适用于大型稀疏矩阵。 但是,一般幂法迭代向量v的各个不等于零的分量将随k 趋向于无穷大而使计算机溢出。因此,我们必须对某通幕法进行规范。即规范化幂法 -Power Method is a calculation of the main eigenvalue matrix (matrix according to the largest eigenvalue modulus) and the corresponding eigenvector of the iterative method, especially for large sparse matrix. However, the general power-law iteration vector v is not equal to zero all the components will be as k tends to infinity overflow of the computer. Therefore, we must pass a law to regulate screen. That is, standardized Power Method
Platform: | Size: 12288 | Author: knight | Hits:

[AlgorithmpcaC++

Description: 使用C++语言实现主成分变换算法pca,包含求特征值特征向量-The use of C++ Language realize the principal component transform algorithm pca, contains eigenvector for eigenvalue
Platform: | Size: 5120 | Author: 海礁 | Hits:

[Algorithmpca

Description: PCA算法程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量 -PCA algorithm programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction
Platform: | Size: 4096 | Author: | Hits:

[Algorithmarpack++.tar

Description: ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. -ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
Platform: | Size: 1672192 | Author: 刘军 | Hits:

[Algorithmtest

Description: /// /求一般矩阵的特征根的算法与C程序-////For the general matrix eigenvalue algorithm with C program
Platform: | Size: 348160 | Author: 小景 | Hits:

[Algorithmlapackpp-2.5.2.tar

Description: LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that solves systems of linear equations and eigenvalue problems on high performance computer architectures
Platform: | Size: 571392 | Author: liuyupeng | Hits:

[Special EffectscalcPCA

Description: opencv 中用calcPCA 计算矩阵特征向量和特征值-opencv using calcPCA calculated eigenvector matrix and eigenvalue
Platform: | Size: 9216 | Author: 张华振 | Hits:

[AlgorithmqrARRY

Description: 用QR法求矩阵全部特征值,qr算法是幕法的推广和变形-QR method with full matrix eigenvalue, qr algorithm is screen law to promote and deformation
Platform: | Size: 43008 | Author: cy | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net