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

搜索资源列表

  1. qr

    0下载:
  2. 矩阵QR分解.数字分析的比较难的程序,值得一看 -matrix QR decomposition. Digital analysis of the more difficult procedures, eye-catcher
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18717
    • 提供者:李保磊
  1. Java实现QR分解法求矩阵的所有特征值及特征向量

    2下载:
  2. Java实现QR分解法求矩阵的所有特征值及特征向量,Java realization of QR decomposition for matrix eigenvalues and all eigenvectors
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-05-06
    • 文件大小:3374
    • 提供者:maria
  1. 基于QR分解的总体最小二乘方法

    0下载:
  2. 基于QR分解的总体最小二乘方法 基于Matlab的程序,QR decomposition based on total least squares method
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:969
    • 提供者:成人
  1. qr

    1下载:
  2. 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
  3. 所属分类:MPI

    • 发布日期:2016-09-18
    • 文件大小:2048
    • 提供者:xiaogu
  1. QR

    0下载:
  2. QR分解计算方程组,程序简单便于理解,容易学习-QR decomposition calculation equations, the program simple and easy to understand, easy to learn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:123
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8419
    • 提供者:zengming
  1. QR

    2下载:
  2. 北航数值分析大作业 对矩阵进行QR分解 word文档 内附算法说明以及相关程序-Northern analysis of large numerical matrix operations on the QR decomposition algorithm for word document containing a descr iption, and related procedures
  3. 所属分类:Algorithm

    • 发布日期:2014-05-19
    • 文件大小:123904
    • 提供者:vinilla
  1. rsvd

    0下载:
  2. 基于GM算法和QR分解实现的稳健奇异值分解算法,通过该算法可以获取一个数居阵的稳健方差-协方差阵。在该稳健方差-协方差阵上可以进行诸如,稳健主成份分解、稳健聚类、稳健因子分析等操作。-GM based on QR decomposition algorithm and the realization of the stability of singular value decomposition algorithm, the algorithm can be accessed through a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:206382
    • 提供者:徐林林
  1. qr

    1下载:
  2. 这是用MPI做的关于矩阵的qr分解的程序,程序中很好的实现了分解过程的并行性-This is done using MPI on the matrix qr decomposition procedures, procedures to achieve a good decomposition process parallelism
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2089
    • 提供者:印凤行
  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  1. 686

    0下载:
  2. DRIVER FOR UPDATING THE QR DECOMPOSITION OF A 4 BY 3 MATRIX
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:22652
    • 提供者:bake
  1. QR

    0下载:
  2. 对满秩矩阵进行QR分解实现过程,-Full rank matrix of the QR decomposition of the implementation process
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:553
    • 提供者:王俊
  1. QRGivens

    0下载:
  2. QR decomposition via Givens rotations.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:558
    • 提供者:iskandaria
  1. A_QR

    0下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1860
    • 提供者:moontea
  1. QR

    1下载:
  2. 采用c++实现矩阵QR分解,基于householder变换-C++ implementation using QR decomposition of matrix, based on householder transformation
  3. 所属分类:Special Effects

    • 发布日期:2015-12-17
    • 文件大小:1024
    • 提供者:王俊
  1. qr

    0下载:
  2. 用qr分解法求解线性代数方程组,可以输出household矩阵和最终结果-Qr decomposition using linear algebraic equations, matrix and can output the final results of household
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1425
    • 提供者:schi
  1. Decomposition_QR

    0下载:
  2. QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:585
    • 提供者:徐默涵
  1. QR-decomposition

    0下载:
  2. 矩阵A的QR分解.应用改进的Gram—Schmidt方法和Householder变换的方法计算矩阵A的QR分解.-QR decomposition of the matrix A. Application of modified Gram-Schmidt method and the method of calculation Householder transformation matrix A QR decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7551
    • 提供者:lumengyi
  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
    • 文件大小:305152
    • 提供者:INBreeze
  1. QR分解求矩阵特征值特征向量 C语言

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

    • 发布日期:2020-04-06
    • 文件大小:27648
    • 提供者:sunnyzhujj
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com