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

Search list

[Mathimatics-Numerical algorithms矩阵特征值的Householder方法.rar

Description: 矩阵特征值的Householder方法
Platform: | Size: 1502 | Author: | Hits:

[Other resourceHouseholder

Description: Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
Platform: | Size: 1659 | Author: 温泉 | Hits:

[Mathimatics-Numerical algorithms矩阵特征值的Householder方法

Description: 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
Platform: | Size: 1024 | Author: | Hits:

[Algorithmraa

Description: 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
Platform: | Size: 65536 | Author: 谢瑶 | Hits:

[AlgorithmHouseholder

Description: Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
Platform: | Size: 1024 | Author: 温泉 | Hits:

[AlgorithmEigenvalueVector123

Description: /约化对称阵为对称三对角阵的豪斯荷尔德变换法-/ some of the symmetric matrix to symmetric tridiagonal matrix householder transformation
Platform: | Size: 3072 | Author: 刘英 | Hits:

[AlgorithmNumericalLinearAlgebra

Description: 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解 ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式 NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 幂迭代 Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代 zuisu.m 解线性方程组 Steepest descent 最速下降法 CG.m 解线性方程组 Gradients 共轭梯度 BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
Platform: | Size: 6144 | Author: YUXIANGCHENG | Hits:

[AlgorithmQR_Householder

Description: 用householder变换求QR分解,需要自己编写矩阵输入的部分(有示例矩阵)-Used for QR Decomposition Householder transformation, the need for their own part of the preparation of matrix input (with sample matrix)
Platform: | Size: 1024 | Author: 金晓婷 | Hits:

[Algorithmhomework(1)prog

Description: 数值分析课程中Householder变换法对n阶矩阵A作正交分解A=QR -Numerical Analysis of the curriculum Householder transformation method for n-order matrix A for the orthogonal decomposition A = QR
Platform: | Size: 25600 | Author: 甘雯 | Hits:

[Algorithmhouse

Description: Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of its applications QR decomposition.
Platform: | Size: 1024 | Author: yzd | Hits:

[Algorithmhhouse

Description: hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。-hyperbolic Householder transformation functions similar to the Householder transformation, its role is to transform vectors will be mapped into hyperbolic mode with the same other vector. One of their applications are fast QR decomposition.
Platform: | Size: 1024 | Author: yzd | Hits:

[Algorithmqr_house

Description: 基于Householder transformation的QR分解。 其使用需要调用Householder transformation程序。-Householder transformation based on the QR decomposition. The use of Householder transformation procedures need to call.
Platform: | Size: 1024 | Author: yzd | Hits:

[Algorithmqr_hhouse

Description: 基于hyperbolic Householder transformation的QR分解。 其使用需要调用hyperbolic Householder transformation程序。-Hyperbolic Householder transformation based on the QR decomposition. Their use need to call the hyperbolic Householder transformation process.
Platform: | Size: 1024 | Author: yzd | Hits:

[Mathimatics-Numerical algorithmsMatrix

Description: 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、实矩阵LU分解、用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解、对称正定阵的乔里斯基(Cholesky)分解及求其行列式值、一般实矩阵的奇异值分解、广义逆的奇异值分解。-look it yourself.
Platform: | Size: 1077248 | Author: 雾水葛 | Hits:

[JSP/JavaHouseholder

Description: 豪斯霍尔德解线性最小二乘,简单易行-Householder
Platform: | Size: 1024 | Author: zxx | Hits:

[matlabHouseholder

Description: 程序功能:函数holder2给定向量x≠0,计算Householder初等变换阵的p,u-Householder resolve to equation
Platform: | Size: 1024 | Author: zhangfei | Hits:

[Mathimatics-Numerical algorithmseigenvalue

Description: 矩阵的本征值以及本征向量求解的数值程序,包括QR方法,householder方法等-Matrix eigenvalue and eigenvector of the numerical solving procedures, including the QR method, householder methods
Platform: | Size: 2437120 | Author: 叶飞 | Hits:

[matlabMATLAB

Description: QR分解-householder reflection-householder reflection
Platform: | Size: 1024 | Author: qing | Hits:

[VC/MFChouseholder

Description: Matlab程序: Householder变换法的程序,此方法可以用于求解zernike 多项式波面拟合的系数,且能避免病态方程的产生!-Matlab program: Householder transformation method of procedure, this method can be used to solve zernike wavefront fitting polynomial coefficients, and can avoid the ill-conditioned equations generation!
Platform: | Size: 1024 | Author: cao ya | Hits:

[matlabHouseholder

Description: 矩阵Householder变换Matlab代码 内含实例 -Householder transformation matrix, containing examples of Matlab code
Platform: | Size: 1024 | Author: kong | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net