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

搜索资源列表

  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:65565
    • 提供者:谢瑶
  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
    • 文件大小:83488
    • 提供者:球球
  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
    • 文件大小:6148
    • 提供者:肿事右
  1. LuQrmatrix-decomposition

    0下载:
  2. 完成关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 不能为直接调用matlab等函数库;-Complete LU decomposition on the matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2568
    • 提供者:way
  1. zint-code

    0下载:
  2. zint源码 可以生成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, MSI Plessey, Telepen Alpha, Telepen Numeric, Code 39, Extended Code 39, Code 93, PZN,
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-15
    • 文件大小:5006336
    • 提供者:JackLee
  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
    • 文件大小:1610
    • 提供者:小透明
  1. QR-Schur-decompositi

    0下载:
  2. QR算法计算一个矩阵的Schur分解。这当然是一个 在特征值的计算中最重要的算法 -QR algorithm to compute the Schur decomposition of a matrix. This is certainly a feature in the calculation of the value of the most important algorithms
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:244555
    • 提供者:丘海健
  1. QR100

    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. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:a96ui06
  1. Lyapunov_Lorenz

    0下载:
  2. 基本原理就是首先求解出连续系统微分方程的近似解,然后对系统的Jacobian矩阵进行QR分解,计算Jacobian矩阵特征值的乘积,最后计算出LE和分数维-The basic principle is to first find the approximate solution of differential equations continuous system, then the system will be on the Jacobian matrix QR decomposition p
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3436
    • 提供者:黄鸣
  1. qr1

    0下载:
  2. Householder变换进行矩阵的QR分解-Householder transform matrix QR decomposition
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3322
    • 提供者:刘情节
  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
    • 文件大小:2966
    • 提供者:陈本港
  1. matrix

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

    • 发布日期:2017-05-05
    • 文件大小:314323
    • 提供者:tony
  1. QR-decomposition_QRmd_qrg

    0下载:
  2. 使用givens变换实现矩阵的QR分解,矩阵分析与应用课程实践-QR decomposition of matrix using Givens transform
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:outman
  1. QR-decomposition_md_qrs

    0下载:
  2. 矩阵分析与应用,使用施密特正交化方法实现矩阵的QR分解-QR decomposition of matrix using the Schmidt method
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:outman
  1. QR-decomposition_md_qrh

    0下载:
  2. 矩阵分析与应用,使用Householder变换方法实现QR分解。-QR decomposition of matrix using the Householder transform
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:outman
  1. qr_hess_main

    0下载:
  2. 用拟上三角阵的QR方法计算矩阵特征值主函数(Calculating the Main Function of Matrix Eigenvalue by QR Method of Quasi - Triangular Matrix)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:lzp
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30720
    • 提供者:东篱
  1. Desktop

    0下载:
  2. 计算矩阵QR分解,A=Q[R;O] 可用于求解线性方程组 并附带利用QR分解解决LSE和LS的程序(To work out the QR decompose of a matrix)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:anwaixiaohun
  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
    • 文件大小:2571264
    • 提供者:gdgxgl
  1. 基于 QR 码的自适应抗打印扫描水印算法

    0下载:
  2. 提出一种基于 QR 码的自适应抗打印扫描盲水印算法。方法 首先对载体 QR 码进行三级小 波变换,并对低频部分进行 4×4 分块 Schur 分解,然后利用子块酉矩阵的系数差值的稳定性,将二值 水印信息自适应嵌入到载体 QR 码中,最后对含水印 QR 码打印扫描并提取出水印信息。同时,算法实 现了盲提取。结果 算法能较好抵抗打印扫描攻击,并对高斯噪声、椒盐噪声、斑纹噪声、泊松噪声、 JPEG 压缩等攻击具有较强的鲁棒性。结论 算法具有较强的抗打印扫描性能,可以广泛应用于数字产品 的版权保
  3. 所属分类:图形图像处理

    • 发布日期:2021-03-09
    • 文件大小:4277248
    • 提供者:macowin
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com