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

搜索资源列表

  1. lsq

    0下载:
  2. The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57867
    • 提供者:AiQing
  1. Bmaqr

    0下载:
  2. qr分解的c语言程序,可以嵌入matlab使用-simulated decomposition of the c language program, can be embedded using Matlab
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1216
    • 提供者:尚芳
  1. SVD

    2下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:2746
    • 提供者:zhxj
  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
    • 文件大小:797
    • 提供者:冰点
  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. numericalexercise2

    0下载:
  2. 这是在VS2010环境下编的.C程序文件,数值分析大作业,北航2015年数值分析A大作业二(幂法、反幂法、QR分解),本人新编的代码比以往版本逻辑更简单更易读。解释清楚,可做C语言新入门者的学习范例-This is in the VS2010 environment compiled C program files. Numerical analysis of the job, the Beijing University of Aeronautics and Astronautics 2015
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6221438
    • 提供者:王霞
  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. 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. pinve_svd_qr

    0下载:
  2. calcul psodo inverse , svd decomposition , QR decomposition , matlab codes
  3. 所属分类:File Formats

    • 发布日期:2017-04-29
    • 文件大小:431257
    • 提供者:gnuboumous
  1. matrix_factorization

    0下载:
  2. 实现矩阵的各种分解,LU分解,QR分解,Householder分解,Givens 分解-To achieve a variety of matrix decomposition, LU decomposition, QR decomposition, Householder decomposition, Givens decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:501806
    • 提供者:刘晨
  1. qr1

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

    • 发布日期:2017-04-14
    • 文件大小:3322
    • 提供者:刘情节
  1. house

    0下载:
  2. 利用householder变换对矩阵做QR分解,它将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R。 - The matrix is decomposed into a regular orthogonal matrix Q and an upper triangular matrix R by QR decomposition using the householder transform.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1103188
    • 提供者:刘庆
  1. QR_Decomposition

    0下载:
  2. 使用格莱姆施密特方法的QR分解程序,附带函数拟合以及图像-Graeme Schmidt method using QR decomposition process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:Bep
  1. LSQR

    0下载:
  2. 最小平方QR分解法(LSQR)的C++源码,可以用来学习lsqr-Least squares QR decomposition method (LSQR) of the C++ source code can be used to learn lsqr
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:510002
    • 提供者:xuan
  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. house

    0下载:
  2. householder decomposition with column pivoting
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:kiang
  1. QRD_MQAM

    1下载:
  2. 使用K-BEST树型搜索算法和QR分解,检测信号(Detection of signals using the K-BEST tree search algorithm and QR decomposition)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:心内无尘
  1. 计算方法

    0下载:
  2. 吉文斯QR分解,豪斯霍尔德QR分解,三值样条插值法,共轭梯度法,4阶R-K分解(Givens QR decomposition, Moorhouse Holder QR decomposition, three value spline interpolation, conjugate gradient method, 4 order R-K decomposition)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:安定符合
  1. 数值分析2

    1下载:
  2. 使用带双步位移的QR分解法求一个10*10矩阵的特征值(Using the QR decomposition method with two step displacement to obtain the eigenvalues of a 10*10 matrix)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:537600
    • 提供者:elexxy
  1. 基于 QR 码的自适应抗打印扫描水印算法

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

    • 发布日期:2021-03-09
    • 文件大小:4277248
    • 提供者:macowin
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com