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

Search list

[Other resourcegivens

Description: Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。
Platform: | Size: 812 | Author: yzd | Hits:

[Other resourceqr_givens

Description: 基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。
Platform: | Size: 943 | Author: yzd | Hits:

[Algorithmgivens

Description: Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。-Givens transformation is the vector of the rotation transformation. It can transform vector will be rotating into the same mold with the other vector. One of its applications QR decomposition.
Platform: | Size: 1024 | Author: yzd | Hits:

[Algorithmqr_givens

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

[matlabUCA_SMI

Description: QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the use of Givens rotation implementation of the QR decomposition of data matrix, the weight vector will eventually solve the problem into a triangular system of linear equations solving the problem.
Platform: | Size: 1024 | Author: 张亚光 | Hits:

[AlgorithmQR

Description: 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens transformation matrix), with the Givens transform Hessenberg array for QR decomposition, the starting point to accelerate the translation of the QR method
Platform: | Size: 254976 | Author: 王强 | Hits:

[Algorithmqrtrannnn

Description: 功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.-Function: the upper left corner of the matrix A, diagonal blocks of order m to QR transformation: first, to make QR decomposition using Givens transformations A = QR, re-similarity transformation A: = Q' AQ = RQ. Input: n-order HessenbergA, where A (m+1, m) = 0, m> 2. Output: transformed Hessenberg form matrix A. 2 matrix with the basic QR algorithm for all the characteristics of the value of truth-seeking.
Platform: | Size: 1024 | Author: huanhuan | Hits:

[matlabQRGivens

Description: QR decomposition via Givens rotations.
Platform: | Size: 1024 | Author: iskandaria | Hits:

[matlabqrgv

Description: 4*4矩阵qr分解中的givens变换(cordic算法)-cordic givens
Platform: | Size: 1024 | Author: fred | Hits:

[VHDL-FPGA-Verilogcomplex_givens

Description: 基于cordic算法的givens变换实现矩阵QR分解-Transform matrix QR decomposition based on the givens of cordic algorithm
Platform: | Size: 1024 | Author: fred | Hits:

[AlgorithmQR_MATLAB

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

[matlabQR

Description: 矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
Platform: | Size: 19456 | Author: Alex | Hits:

[CSharpmatrixQRfactorizationbyGivens

Description: C#实现利用Givens矩阵对矩阵A进行QR分解-QR decomposition the Givens matrix of the matrix A by C#
Platform: | Size: 46080 | Author: 陈法超 | Hits:

[matlabQRgivens

Description: Write two e¢ cient MATLAB functions, qrhouse.m and qrgivens.m, that compute the QR decomposition of a matrix using Householder transforma- tions and Givens rotations respectively
Platform: | Size: 44032 | Author: Kaissoun | Hits:

[matlabhousehold-givens

Description: 运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
Platform: | Size: 156672 | Author: 陈佃文 | Hits:

[Algorithmtransform

Description: 数值代数常用变换,内部含有Gauss,cholesterol,household,givens,QR分解等变换-Common transform numerical algebra, contains an internal Gauss, cholesterol, household, givens, QR decomposition transformation
Platform: | Size: 4096 | Author: 苏振毅 | Hits:

[matlabQR-decomposition_QRmd_qrg

Description: 使用givens变换实现矩阵的QR分解,矩阵分析与应用课程实践-QR decomposition of matrix using Givens transform
Platform: | Size: 1024 | Author: outman | Hits:

[Algorithmgiven rotation and householder reflection

Description: Givens rotation and Householder reflection
Platform: | Size: 179200 | Author: kiang | Hits:

[OtherQR

Description: 自动识别矩阵规模,进行QR分解运算,采用HouseHolder变换做成上Hessenberg矩阵,然后通过Givens变换做QR分解。(The size of the matrix is automatically identified, the QR decomposition operation is performed, the HouseHolder transform is used to make the upper Hessenberg matrix, and then the QR decomposition is done by the Givens transformation.)
Platform: | Size: 305152 | Author: INBreeze | Hits:

[Other计算方法

Description: 吉文斯QR分解,豪斯霍尔德QR分解,三值样条插值法,共轭梯度法,4阶R-K分解(Givens QR decomposition, Moorhouse Holder QR decomposition, three value spline interpolation, conjugate gradient method, 4 order R-K decomposition)
Platform: | Size: 4096 | Author: 安定符合 | Hits:
« 12 »

CodeBus www.codebus.net