Welcome![Sign In][Sign Up]
Location:
Search - QR factorization

Search list

[Other resourcelsq

Description: The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.-The module is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar - rotation algorithm is used to update the QR-factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill-conditioned problems, such as fitting Polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back - substitution
Platform: | Size: 57867 | Author: AiQing | Hits:

[Other resourcepower2

Description: 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
Platform: | Size: 84531 | Author: 吕鹏 | Hits:

[Other resourcematrixqqq

Description: Common Martix Operation ,include transpose, qr-factorization, trangular martix
Platform: | Size: 2063 | Author: 金弟 | Hits:

[Oraclematrixqqq

Description: Common Martix Operation ,include transpose, qr-factorization, trangular martix
Platform: | Size: 2048 | Author: 金弟 | Hits:

[Algorithmlsq

Description: The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.-The module is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar- rotation algorithm is used to update the QR-factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill-conditioned problems, such as fitting Polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back- substitution
Platform: | Size: 57344 | Author: | Hits:

[Algorithmpower2

Description: 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix-2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
Platform: | Size: 84992 | 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:

[matlabwork

Description: QR factorization of an m × n matrix A with m ≥ n is a pair of matrices A = QR
Platform: | Size: 1024 | Author: anaid | Hits:

[Process-ThreadSPQR-1.1.2.tar

Description: 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks, a shared-memory programming model for modern multicore architectures. It can obtain a substantial fraction of the theoretical peak performance of a multicore computer. The package is written in C++ with user interfaces for MATLAB, C, and C++.
Platform: | Size: 1162240 | Author: mengdieaaq | Hits:

[matlabModi_Gram_S

Description: modified Gram-Schmidt (reduced QR factorization). A is a m-by-n matrix(m>=n)
Platform: | Size: 1024 | Author: Ji Hye Park | Hits:

[matlabGram_S

Description: classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.-classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.
Platform: | Size: 1024 | Author: Ji Hye Park | Hits:

[matlabComparison_of_QR_Factorization_Algorithms

Description: Comparison of QR Factorization Algorithms (Matlab script)
Platform: | Size: 2048 | Author: Oliver,cheng | Hits:

[MPIqr

Description: OpenMP 实现QR 分解 环境 曙光 4000A集群-OpenMP to achieve QR decomposition Dawning 4000A cluster environment
Platform: | Size: 2048 | Author: liuqiang | Hits:

[AlgorithmQR

Description: 对一般矩阵的矩阵QR分解,其中R是对角线元素全为非负实数的上三角矩阵,Q为正交矩阵-QR factorization
Platform: | Size: 281600 | Author: lang | Hits:

[matlabQR_factorization

Description: These are the QR/RQ factorization techniques required for the Zero forcing detection technique for MIMO.
Platform: | Size: 1024 | Author: Karim Hamdy | Hits:

[Mathimatics-Numerical algorithmsQR_and_Least_Square_problems

Description: 如何对随机生成的矩阵进行QR分解和并利用QR分解解决最小二乘问题.-Use Householder reflector to compute the QR factorization of a randomly generated matrix and then solve the Least-Square problems.
Platform: | Size: 2048 | Author: 独孤星 | Hits:

[AlgorithmQR

Description: 矩阵的QR分解,编译执行,按提示操作输入矩阵的元素即可输出结果.- The QR factorization algorithm of matrix,compile and run,input the element according the suggestion,then you can have the desire result!
Platform: | Size: 262144 | Author: 良仔 | Hits:

[SCMQR

Description: a QR decomposition (also called a QR factorization) of a matrix is a decomposition of the matrix into an orthogonal and an upper triangular matrix. QR decomposition is often used to solve the linear least squares problem, and is the basis for a particular eigenvalue algorithm, the QR algorithm.
Platform: | Size: 2048 | Author: James | Hits:

[AlgorithmQR_MATLAB

Description: QR 分解 (包括Householer, Givens, 经典Gram Schmidt, 修正的GS methods)-QR factorization including Householer, Givens, CGS, MGS
Platform: | Size: 1024 | Author: lulu | Hits:

[matlabqrfact

Description: householder qr factorization
Platform: | Size: 1024 | Author: kiang | Hits:
« 12 »

CodeBus www.codebus.net