搜索资源列表
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
Vblast_QR
- 利用QR分解来对VBLAST进行译码。好东西大家分享!
QR_LU_Eigenvalue
- 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power meth
Vblast_QR.rar
- MIMO系统中基于QR分解的VBlast接收,包含多个.m程序,有助于您对于VBlast的理解,MIMO systems based on the QR decomposition VBLAST receiving, contains more than one. M procedures, will help you for understanding VBLAST
MatrixCalculator.rar
- 用C#编写的基本的矩阵运算器 包括加减乘除 转职,求逆,基本矩阵判断以及LDU分解和QR分解,a matrix calculator
SPQR-1.1.2.tar
- 基于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
householdqr
- 运用househoulder变换求解线性最小二乘问题,实现矩阵的QR分解-Transform househoulder use for solving linear least squares problem, the realization of the QR matrix decomposition
QR
- 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
all_source_files
- 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
juzhengsuoyouyunxuan
- 文件列表
bmaqr
- 利用C语言,本程序实现了对实矩阵的QR分解-Using C language, the program achieved the QR decomposition of real matrices
QR
- 数值分析的一种算法叫QR分解,即把一个矩阵分为上三角矩阵和一个下三角矩阵乘积的形式-a mathmatical method to deal with a matrix called QR decomposition
leastsquar--QR-(CSharp)
- 有关QR分解的最小二乘问题的C#源程序,方便初学者理解。-the leastsquare problem solved by QR decomposition,and it is very suitable for the beginner to learn the problem
qr.c
- C 语言编写的QR分解,利用子矩阵实现递归 。-QR decomposition
QR
- QR分解,本程序实现了任意矩阵的QR分解-This program is for matrix qr-decomposition
qr
- 利用qr分解求矩阵的特征值-use qr fenjie qiu tezz
QR
- 有关QR分解的matlab的算法。分别是Givens_Rotations、Householder、Lanczos、Arnoldi-About QR decomposition matlab algorithm. Are Givens_Rotations, Householder, Lanczos, Arnoldi
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)