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

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:81.53kb
    • 提供者:球球
  1. 2005102611013310480

    0下载:
  2. 最佳矩阵连乘 给定n个矩阵{A1,A2,…An},其中Ai与A i+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2…An。矩阵A和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p×q矩阵,B是一个q×r矩阵,则其乘积C=AB是一个p×r矩阵,需要pqr次数乘。 由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。例如,设3个矩阵{A1,A2,A3}的维数分别为10×100,100×5,和5×50。若按加括号方式((A1A2)A3)计算,3个矩阵连乘积
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6kb
    • 提供者:肿事右
  1. QR_method

    0下载:
  2. MATLAB, computing matrix by QR
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:一个人
  1. testOCX2

    0下载:
  2. QR码是一种矩阵码,或二维空间的条码,1994年由日本Denso-Wave公司发明(QB06102506)。QR是英文“Quick Response”的缩写,即快速反应的意思,源自发明者希望QR码可让其内容快速被解码。QR码最常见于日本,并为目前日本最流行的二维空间条码。QR码比普通条码可储存更多资料,亦无需像普通条码般在扫描时需直线对准扫描器。这是一个应用控件生成QR码的VC实例.-QR code is a matrix code, or two-dimensional bar code sp
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3.23mb
    • 提供者:晁建超
  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. QR

    0下载:
  2. 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2.42kb
    • 提供者:Paul Wang
  1. eigen

    0下载:
  2. Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:5.98kb
    • 提供者:imran
  1. 686

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

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

    0下载:
  2. 一般实矩阵的奇异值分解,利用豪斯赫尔德变换及变形QR算法对一般实矩阵进行奇异值分解。-A general real matrix singular value decomposition, the use of house Herder transformation and deformation of a general real matrix QR algorithm for singular value decomposition.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.68kb
    • 提供者:dongsheng
  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. CPP-commonly-used-algorithm

    0下载:
  2. C++常用数据集,包括“求赫申伯格矩阵全部特征值的QR方法”、"求解复系数方程组的全选主元高斯\|约当消去法"等。-C++ commonly used data sets, including " seeking Hoeschen Berg matrix QR method all eigenvalues" , " solving equations with complex coefficients Select PCA Gaussian \ | Jordan elim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:244.34kb
    • 提供者:陈杰
  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. juzhen1

    0下载:
  2. 矩阵的LU分解、QR分解、Jordan约当标准型.matlab实现-LU decomposition of the matrix, QR decomposition, Jordan Jordan canonical form. Matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:小透明
  1. QR

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

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

    0下载:
  2. 一个简单的矩阵运算器,加,减,乘,求逆 性能较好 十字链表存储 QR分解法 稀疏矩阵-A simple matrix calculator, addition, subtraction, multiplication, inverse orthogonal list storage better performance sparse matrix QR decomposition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:陈本港
  1. matrix

    0下载:
  2. 用C++编写的矩阵类,采用运算符重载,可实现矩阵加减乘,求逆,QR分解等大部分基础矩阵运算-matrix class
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:306.96kb
    • 提供者:tony
  1. ZInt 1634 1.2.11

    0下载:
  2. ZINT 源码库,这库实现了Code 11, Standard Code 2 of 5, IATA Code 2 of 5, Industrial Code 2 of 5, Interleaved Code 2 of 5, Code 2 of 5 Data Logic, ITF-14, Deutche Post Leitcode, Deutche Post Identcode, UPC-A, UPC-E, EAN-2, EAN-5, EAN-8, EAN-13, UK Plessey, M
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:2.45mb
    • 提供者:gdgxgl
  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 3 »
搜珍网 www.dssz.com