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

搜索资源列表

  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. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. homework(1)prog

    0下载:
  2. 数值分析课程中Householder变换法对n阶矩阵A作正交分解A=QR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:25975
    • 提供者:甘雯
  1. 333

    0下载:
  2. 用QR 法方程组合SVD分解进行最小二乘解方程组,并比较三种方法的稳定性以及准确性-Combined with the QR equation SVD decomposition least squares solution of equations, and compare the stability and accuracy of three methods
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2492
    • 提供者:杨大陆
  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
    • 文件大小:3769
    • 提供者:dongsheng
  1. lsqr

    1下载:
  2. lsqr.m 基于QR正交分解的最小二乘法-lsqr.m QRLS............................
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3709
    • 提供者:feng
  1. QRR

    0下载:
  2. QR算法,用于分解一个矩阵成正交矩阵和上三角矩阵的乘积-QR algorithm for decomposing a matrix into orthogonal matrices and upper triangular matrices
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2574
    • 提供者:lud
  1. HQR

    0下载:
  2. 用householder变换法求矩阵A的正交分解A=QR -Householder transform matrix A orthogonal decomposition A = QR
  3. 所属分类:matlab

    • 发布日期:2017-11-02
    • 文件大小:10726
    • 提供者:殷晨旭
  1. MatrixFullRank

    0下载:
  2. CPU和GPU上的利用CUDA实现矩阵的LU、QR和全秩分解、以及一些矩阵变换和运算程序。-On the CPU and GPU matrix by using CUDA, LU, QR, and full rank decomposition, as well as some matrix transformation and operation procedures.
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4782414
    • 提供者:ywd
  1. Real-matrix-decompositi

    0下载:
  2. 利用Householder变换及变换QR算法对一般实矩阵进行奇异值分解。-Real matrix singular value decomposition of general procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2144
    • 提供者:luyu
  1. SVD_and_SDD

    0下载:
  2. 此为比较奇异值分解的算法,QR分解法和分而治之法,并带入了Lapack的选择控制的接口程序,方便在matlab下实用这两种不同的算法进行比较-the algorithm about the decomposition of singular value of matrix comparing the different algorithm in the lapack QR and divide and conquer (DAC)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:10261086
    • 提供者:饶刚
  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. matrix-factorial

    0下载:
  2. 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2337
    • 提供者:卯宁
  1. lansvd

    0下载:
  2. PROPACK中的奇异值算法,先上对角化,载用隐式QR迭代进行分解-PROPACK singular value decomposition, the first on the diagonal, contained implicit iteration QR decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3705
    • 提供者:刘瑞雪
  1. 4MUAV

    0下载:
  2. 用householder变化以及变形qr算法对一般实矩阵进行奇异值分解-Singular value decomposition for general real matrices with Householder and QR algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:崔新
« 1 2 ... 8 9 10 11 12 13»
搜珍网 www.dssz.com