CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - qr 矩阵

搜索资源列表

  1. householdqr

    0下载:
  2. 运用househoulder变换求解线性最小二乘问题,实现矩阵的QR分解-Transform househoulder use for solving linear least squares problem, the realization of the QR matrix decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:797byte
    • 提供者:冰点
  1. QR

    0下载:
  2. 矩阵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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.48kb
    • 提供者:xushilei
  1. HHBG

    0下载:
  2. 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.7kb
    • 提供者:肖天雄
  1. schmidt

    0下载:
  2. 使用QR分解法解决高阶线性方程组的函数,突破因为矩阵过大,耗尽内存的弊端。-This is the function that use QR to solve the linear algeber.
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:570byte
    • 提供者:孙志
  1. cpp

    0下载:
  2. C语言编写的于求取矩阵特征值及特征向量的带双步位移的QR分解法-Eigenvalues and eigenvectors of the matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:165.82kb
    • 提供者:name
  1. QR

    0下载:
  2. 数值分析的一种算法叫QR分解,即把一个矩阵分为上三角矩阵和一个下三角矩阵乘积的形式-a mathmatical method to deal with a matrix called QR decomposition
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:2.51kb
    • 提供者:凌含潇
  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
    • 文件大小:2.29kb
    • 提供者:long
  1. eigenValues-and-eigenVector

    0下载:
  2. 各种矩阵特征值与特征向量的计算算法,包括雅克比、QR等-Various matrix eigenvalue and eigenvector calculation algorithms, including Jacobi, QR, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:12.34kb
    • 提供者:段涛
  1. QR

    0下载:
  2. 计算方法 QR方法求矩阵特征值 包括源码和可执行文件-QR method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:195.64kb
    • 提供者:张玥
  1. MatrixMath

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

    • 发布日期:2017-04-14
    • 文件大小:4.34kb
    • 提供者:jy
  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
    • 文件大小:2.35kb
    • 提供者:Henry
  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
    • 文件大小:1.78kb
    • 提供者:xiahaiqi
  1. SQRD

    1下载:
  2. 该程序可实现QR译码检测算法,以及对矩阵进行排序QR分解-The program can be realized decode QR detection algorithm, as well as ordering the matrix QR decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.31kb
    • 提供者:张婷
  1. qr.c

    0下载:
  2. C 语言编写的QR分解,利用子矩阵实现递归 。-QR decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:894byte
    • 提供者:Ethan
  1. QrInv

    1下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:尚雪辉
  1. GivensMatrix

    1下载:
  2. GivensMatrix 矩阵分解 即矩阵的QR分解-GivensMatrix matrix factorization
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.68mb
    • 提供者:fengbaping
  1. QR

    0下载:
  2. QR分解,本程序实现了任意矩阵的QR分解-This program is for matrix qr-decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:642byte
    • 提供者:youth
  1. qr

    0下载:
  2. 利用qr分解求矩阵的特征值-use qr fenjie qiu tezz
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:216.72kb
    • 提供者:jack
  1. QR

    0下载:
  2. 自动识别矩阵规模,进行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
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:298kb
    • 提供者:INBreeze
  1. QR分解求矩阵特征值特征向量 C语言

    3下载:
  2. QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)
  3. 所属分类:其他

    • 发布日期:2020-04-06
    • 文件大小:27kb
    • 提供者:sunnyzhujj
« 12 »
搜珍网 www.dssz.com