搜索资源列表
QR_method
- MATLAB, computing matrix by QR
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
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
Vblast_QR
- 在MIMO系统中,排序的QR算法的MATLAB实现-In MIMO systems, the QR algorithm to sort the MATLAB implementation
sBmaaqrri
- qr分解的c语言程序源码,能嵌嵌入matlab使用 -qr decomposition c language program source code can be embedded embedded matlab use
matrix-codes
- 这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
svdsim
- 简单的用matlab求解SVD程序,利用QR迭代的方法进行,可以求解矩阵的奇异值-Simple program with matlab solving SVD using QR iteration proceeds, can solve singular value matrix
juzhen1
- 矩阵的LU分解、QR分解、Jordan约当标准型.matlab实现-LU decomposition of the matrix, QR decomposition, Jordan Jordan canonical form. Matlab
QR_PRO
- QR二维码解码器 只在解码部分用到zxingjar包,其他部分都是用matlab语言写的,希望对你们有帮助-QR code decoder using matlab language
QR_PRO
- 利用matlab实现QR码的识别,可以放入任何QR的图片,也可以实现输入源信息,自己生成二维码-Using matlab to achieve recognition of the QR code, QR can be placed in any of the pictures, you can also achieve the input source information, generate their own two-dimensional code
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
QRCode
- 本程序通过matlab编程实现自定义生成二维码,生成效果不错,可以通过手机等二维码识别工具识别。(The program is programmed by MATLAB to generate two-dimensional codes customized. The result is good. It can be recognized by mobile phone and other two-dimensional code recognition tools.)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353 10.3.2 基本Jacobi法 358 10.