搜索资源列表
householdqr
- 运用househoulder变换求解线性最小二乘问题,实现矩阵的QR分解-Transform househoulder use for solving linear least squares problem, the realization of the QR matrix decomposition
QR
- 矩阵QR算法 能计算任何矩阵的Q和R,结果很精确,望大家修改使其精简点-Matrix QR algorithm can calculate any matrix Q and R, the results are accurate, we modify and adapt them to look to streamline the point
HHBG
- 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
schmidt
- 使用QR分解法解决高阶线性方程组的函数,突破因为矩阵过大,耗尽内存的弊端。-This is the function that use QR to solve the linear algeber.
cpp
- C语言编写的于求取矩阵特征值及特征向量的带双步位移的QR分解法-Eigenvalues and eigenvectors of the matrix
QR
- 数值分析的一种算法叫QR分解,即把一个矩阵分为上三角矩阵和一个下三角矩阵乘积的形式-a mathmatical method to deal with a matrix called QR decomposition
Caculating_Eigenvalue_Eigenvector
- 求矩阵的特征值和它的特征向量,采用的是QR分解-using QR decomposition to caculate eigenvalue and eigenvector of the matrix,but it is only hold when the eigenvalues of the matrix is real
eigenValues-and-eigenVector
- 各种矩阵特征值与特征向量的计算算法,包括雅克比、QR等-Various matrix eigenvalue and eigenvector calculation algorithms, including Jacobi, QR, etc.
QR
- 计算方法 QR方法求矩阵特征值 包括源码和可执行文件-QR method
MatrixMath
- 矩阵函数库,包括矩阵相乘、求逆、QR分解等-Matrix Function library
Fortran_polynomialrootsolving
- 用于求解低维一元n次方程所有根的程序。利用矩阵QR分解,将一元多次方程的求解转化为矩阵球特政治的问题,利用迭代求解。-solve all the roots for equations of high order, whether real or imaginary. Using QR method in matrix.
matrix-codes
- 这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
SQRD
- 该程序可实现QR译码检测算法,以及对矩阵进行排序QR分解-The program can be realized decode QR detection algorithm, as well as ordering the matrix QR decomposition
qr.c
- C 语言编写的QR分解,利用子矩阵实现递归 。-QR decomposition
QrInv
- QR对复数矩阵进行求逆运算,是一个vc动态库源码,源码测试程序中针对是4维复数矩阵采用QR分解方法对4维复数矩阵进行求逆,可扩展,只需修改r上三角矩阵求逆的方法即可-QR method is mainly used for negative complex matrix inversion, the test program is carried out for 4 matrix inversion, scalable, simply modify the triangular matrix i
GivensMatrix
- GivensMatrix 矩阵分解 即矩阵的QR分解-GivensMatrix matrix factorization
QR
- QR分解,本程序实现了任意矩阵的QR分解-This program is for matrix qr-decomposition
qr
- 利用qr分解求矩阵的特征值-use qr fenjie qiu tezz
QR
- 自动识别矩阵规模,进行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 Q
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)