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

搜索资源列表

  1. 686

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

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

    0下载:
  2. QR factorization of an m × n matrix A with m ≥ n is a pair of matrices A = QR
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1468
    • 提供者:anaid
  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:293444
    • 提供者:李昂
  1. matrix

    0下载:
  2. 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3302
    • 提供者:舞蛳
  1. CLAPACK3-Windows

    1下载:
  2. LAPACK是用Fortran90和规定套路解决系统同步线性方程组,最小二乘解线性方程组,特征值问题,以及奇异值问题。相关的矩阵分解(陆,乔莱斯基,快速反应,分解,舒尔,广义Schur )也提供了,因为有关的计算,如重新安排的舒尔分解和估计条件号码。致密带状矩阵的处理,而不是一般稀疏矩阵。在所有领域,类似的功能是提供真正的和复杂的矩阵,在单,双精度-LAPACK is written in Fortran90 and provides routines for solving systems o
  3. 所属分类:Algorithm

    • 发布日期:2017-06-20
    • 文件大小:34160660
    • 提供者:Rocky
  1. MPI-MatrixEigenvalue

    0下载:
  2. 矩阵特征值计算,包括乘幂法、雅克比法、单侧旋转法、QR法的MPI源码-Matrix eigenvalue calculation, including the power by law, Jacques ratio method, unilateral rotation method, QR Law MPI Source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:11780
    • 提供者:不死鸟
  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. QR

    0下载:
  2. 对满秩矩阵进行QR分解实现过程,-Full rank matrix of the QR decomposition of the implementation process
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:553
    • 提供者:王俊
  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. qr

    0下载:
  2. 主要讲了求合身伯格矩阵全部特征值得qr方法。ap为合身伯格矩-Major topics of the order to fit all the characteristics of worth qr Burg matrix method. Berg moment for the fit ap
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:43880
    • 提供者:kaidu
  1. Householder1

    0下载:
  2. to find the qr decomposition ion a matrix or a vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1541
    • 提供者:adi
  1. qr_eigenvalues

    1下载:
  2. qr法求特征值和特征向量 QR法能够避免矩阵奇异带来的错误,并能求解特征值有重根的情况-qr France seek eigenvalues and eigenvectors QR method can avoid the matrix singularity caused by errors, and can solve the eigenvalue of the double roots
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:718
    • 提供者:张文静
  1. Valori_Proprii

    0下载:
  2. QR, Jacobi and Power Method for finding eigenvalues of a matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:72326
    • 提供者:stanica
  1. 4MAQR

    0下载:
  2. 用豪斯荷尔德矩阵变换对一般m*n阶矩阵进行QR分解-Hao Siheerde matrix transformation with the general order m* n matrix QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:605
    • 提供者:段蒙
  1. Matrix_Pencil

    1下载:
  2. 出一种实现不同维间估计结果自动配对的二维频率估计算法。首先把二维频率估计问题转化成两个矩阵束的特征值问题。根据矩阵束的特征求出两个矩阵束的公共特征向量,并以此为基础同时求出两个矩阵束的特征值。算法估计误差与现有算法相近,但解决了现有算法普遍存在的配对难题。 -Matrix pencils play an important role in numerical linear algebra. The problem of finding the eigenvalues of a pencil
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:960
    • 提供者:徐微
  1. QR

    0下载:
  2. 利用QR算法解household变换阵,用Householder变换法对矩阵A作正交分解-QR Algorithm for household use transformation matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:22435
    • 提供者:何鲁桂
  1. sanjiao2

    0下载:
  2. 实对称三角阵全部特征值及特征向量QR法 -All real symmetric triangular matrix QR Eigenvalue and Eigenvector Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:26046
    • 提供者:guoguo
  1. qr

    1下载:
  2. 数值计算里的矩阵分解问题,基于QR算法的矩阵分解。且矩阵元素是在复数域进行讨论的-In the numerical calculation of matrix decomposition algorithm based on the problem that QR decomposing matrix. And the matrix element is discussed in the complex field
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:张平
  1. QR

    0下载:
  2. 矩阵的QR分解,编译执行,按提示操作输入矩阵的元素即可输出结果.- The QR factorization algorithm of matrix,compile and run,input the element according the suggestion,then you can have the desire result!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:262552
    • 提供者:良仔
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com