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

搜索资源列表

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

    0下载:
  2. 格拉姆-施密特正交化法--还可以计算方阵的QR分解,十分方便,十分简洁-Gramm- Schmidt method- can also calculate the square QR decomposition, very convenient, very simple! !
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:650
    • 提供者:yjp
  1. Modi_Gram_S

    0下载:
  2. modified Gram-Schmidt (reduced QR factorization). A is a m-by-n matrix(m>=n)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:647
    • 提供者:Ji Hye Park
  1. Gram_S

    0下载:
  2. classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.-classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:623
    • 提供者:Ji Hye Park
  1. 222

    1下载:
  2. 比较经典格拉姆施密特QR正交分解的matlab源程序-Comparison of the classical Gram Schmidt QR orthogonal decomposition matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:杨大陆
  1. 111

    0下载:
  2. 编辑经典的和修正的格拉姆施密图QR正交化,并用算例比较其区别-Edited and revised the classic Gram Schmidt QR orthogonal graph and compare the difference between a numerical example
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2448
    • 提供者:杨大陆
  1. Gram-Schmidt-QR-decomposition

    0下载:
  2. fortran科学计算与工程。Gram-Schmidt正交化计算QR分解,进行矩阵的计算。-fortran scientific computing and engineering. Gram-Schmidt orthogonalization computing the QR decomposition, the matrix calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2007
    • 提供者:muyu
  1. schmidt

    0下载:
  2. 使用QR分解法解决高阶线性方程组的函数,突破因为矩阵过大,耗尽内存的弊端。-This is the function that use QR to solve the linear algeber.
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:570
    • 提供者:孙志
  1. QR_MATLAB

    1下载:
  2. QR 分解 (包括Householer, Givens, 经典Gram Schmidt, 修正的GS methods)-QR factorization including Householer, Givens, CGS, MGS
  3. 所属分类:Algorithm

    • 发布日期:2015-12-02
    • 文件大小:1024
    • 提供者:lulu
  1. Gram-SchmidtQR

    0下载:
  2. Gram-Schmidt正交化计算QR分解,经典数值计算方法。fortran程序-gram-schmidt orthogonal calculate qr decomposition, the classic method of numerical calculation, fortran program!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:711882
    • 提供者:冰洋
  1. Programs

    0下载:
  2. Gram-Schmidt QR分解 Householder QR 分解 Given-Rotation QR 分解 Fast Given-Rotation QR分解 Upper Hessenberg矩阵 -Gram-Schmidt QR decomposition Householder QR decomposition Given-Rotation QR decomposition Fast Given-Rotation QR decomposition Upper Hess
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4093
    • 提供者:骆晓林
  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. 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. Gram-Schmidt--QR

    0下载:
  2. Gram-Schmidt正交化计算QR分解-Gram-Schmidt orthogonalization calculation QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1746
    • 提供者:
  1. QR_Decomposition

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

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

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

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:outman
搜珍网 www.dssz.com