CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - QR分解

搜索资源列表

  1. Caculating_Eigenvalue_Eigenvector

    0下载:
  2. 求矩阵的特征值和它的特征向量,采用的是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
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2342
    • 提供者:long
  1. LU-and-QR

    0下载:
  2. 求解线性方程组Ax=b,其实质就是把它的系数矩阵A通过各种变换成一个下三角或上三角矩阵,从而简化方程组的求解。因此,在求解线性方程组的过程中,把系数矩阵A变换成上三角或下三角矩阵显得尤为重要,然而矩阵A的变换通常有两种分解方法:LU分解法和QR分解法。-LU and QR decomposition method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:83631
    • 提供者:段艳
  1. AGMQR0

    0下载:
  2. 线性最小二乘问题的豪斯荷尔德变换法,对A进行QR分解。-Linear least squares problem Householder transformation method, the A QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:aaaaa
  1. household-givens

    0下载:
  2. 运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
  3. 所属分类:matlab

    • 发布日期:2016-04-17
    • 文件大小:156672
    • 提供者:陈佃文
  1. RidgeQR

    0下载:
  2. 基于QR分解的岭回归函数,这个函数是非的有用是已经证明过的准确程序- center input and output, so we can estimate w0 separately since we don t want to shrink w0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:606
    • 提供者:leezola
  1. qr_decomposition

    0下载:
  2. 矩阵QR分解,该程序给出了一种简便的求解矩阵的QR分解的算法,该算法通用简便-Matrix QR decomposition, the program presents a simple algorithm for solving matrix QR decomposition, the algorithm of general is simple
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:616222
    • 提供者:张瑶瑶
  1. QRDecomposition

    0下载:
  2. 矩阵的QR分解,矩阵分解中一个非常重要的分解原理。-QR decomposition of the matrix, the matrix decomposition decomposition of a very important principle.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:1799
    • 提供者:Sun
  1. MIMO_QR

    1下载:
  2. MIMO 4*4 8*8 QR分解 符號檢測 ~-MIMO 4* 4 8* 8 QR decomposition symbol detection ~! ! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:matlab

    • 发布日期:2015-05-19
    • 文件大小:81920
    • 提供者:thomas
  1. MIMO

    0下载:
  2. 比较QR分解算法与迫零算法的误码率,支持BPSK调制和QPSK调制,天线数量可以选择-Compare QR decomposition algorithm and zero forcing algorithm BER
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:16513
    • 提供者:macong
  1. MatrixMath

    0下载:
  2. 矩阵函数库,包括矩阵相乘、求逆、QR分解等-Matrix Function library
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4448
    • 提供者:jy
  1. QR

    0下载:
  2. 很好用的QR矩阵分解方法,并给出了实例,使用效果不错-Very good QR decomposition algorithm, and gives an example
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:海龙
  1. Approximating-Eigenvalues

    3下载:
  2. 矩阵特征值与特征向量的计算 幂法与反幂法 原点移位加速法 幂法的艾特肯加速 雅克比方法 QR方法 豪斯霍尔德变换 拟上三角形矩阵的QR分解-Matrix eigenvalue and eigenvector calculation: power method and inverse power method,origin shift power law Aitken acceleration method, Jacobi method,Householder’s Method, QR metho
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:14693
    • 提供者:huangyonghao
  1. Programs

    0下载:
  2. Gram-Schmidt QR分解 Householder QR 分解 Given-Rotation QR 分解 Fast Given-Rotation QR分解 Upper Hessenberg矩阵 -Gram-Schmidt QR decomposition Householder QR decomposition Given-Rotation QR decomposition Fast Given-Rotation QR decomposition Upper Hess
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4093
    • 提供者:骆晓林
  1. VBLAST_QPSK_QR

    0下载:
  2. VBLAST系统QR分解算法采用QPSK调制-QR detection algorithm in VBLAST system
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1324
    • 提供者:mengdedan
  1. Fortran_polynomialrootsolving

    0下载:
  2. 用于求解低维一元n次方程所有根的程序。利用矩阵QR分解,将一元多次方程的求解转化为矩阵球特政治的问题,利用迭代求解。-solve all the roots for equations of high order, whether real or imaginary. Using QR method in matrix.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2407
    • 提供者:Henry
  1. transform

    0下载:
  2. 数值代数常用变换,内部含有Gauss,cholesterol,household,givens,QR分解等变换-Common transform numerical algebra, contains an internal Gauss, cholesterol, household, givens, QR decomposition transformation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3837
    • 提供者:苏振毅
  1. Task

    0下载:
  2. C++ 矩阵分解运算!LU 高斯分解 ,QR 分解-C++ matrix decomposition operation! Gauss LU decomposition, QR decomposition
  3. 所属分类:Communication

    • 发布日期:2017-06-09
    • 文件大小:15699550
    • 提供者:duqigong
  1. svd

    0下载:
  2. 基于householder变换和QR分解的矩阵svd分解算法-svd using householder transformation and matrix QR decomposition
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-15
    • 文件大小:8329
    • 提供者:john
  1. matrix-codes

    0下载:
  2. 这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1826
    • 提供者:xiahaiqi
  1. Matrix

    0下载:
  2. MATLAB程序,其中包含cholesky 分解和QR分解,都是典型程序。大家下载来看看吧。-MATLAB program, which includes cholesky decomposition and QR decomposition, are typical procedures. We downloaded a look
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:623
    • 提供者:qi
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com