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

搜索资源列表

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

    1下载:
  2. 北航数值分析作业第二题 用带双步位移的QR分解法求矩阵的全部特征值,并对其中的每个特征值求特征向量。-The second question Beihang numerical analysis operations with two-step displacement with QR decomposition of a matrix with all the characteristics of value, and one of the feature vector for each
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:246475
    • 提供者:tongfei
  1. homework

    0下载:
  2. 带双步位移的QR分解(北航研究生数值分析程序)-With two-step displacement of the QR decomposition (Beihang University Graduate numerical analysis program)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:221877
    • 提供者:clivia
  1. feature

    0下载:
  2. 利用QR分解法求一个10*10矩阵的特征值-QR decomposition method to use a 10* 10 matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1784
    • 提供者:jjx
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8333
    • 提供者:wzz
  1. Matrix_QR

    0下载:
  2. 我这个程序实现了数值线性代数里面的QR分解-I realized this process numerical linear algebra inside the QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:1663
    • 提供者:tangxin
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:38581
    • 提供者:Erison
  1. QR_schmite

    0下载:
  2. 用C++语言实现矩阵的QR分解,用C++语言实现矩阵的QR分解-With C++ Language matrix QR decomposition, with C++ Language matrix QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:6632
    • 提供者:RTQ
  1. QRMethod

    0下载:
  2. vc下的QR分解法,并配有MATLAB的测试程序-vc under the QR decomposition method, and MATLAB with test procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:32618
    • 提供者:ck
  1. t5

    0下载:
  2. 采用双步移位的QR分解算法求解方程组的解,中间采用了拟上三角化,反幂法等算法-Double step-by-step shift of the QR decomposition algorithm for solving equations of the solution, used to be the middle of the triangle, anti-power-law algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3228
    • 提供者:tai
  1. chebfun_v2_0501

    0下载:
  2. The chebfun project is a collection of algorithms, and a software system in object-oriented Matlab, which extends familiar powerful methods of numerical computation involving numbers to continuous or piecewise-continuous functions. It also implements
  3. 所属分类:matlab

    • 发布日期:2014-12-29
    • 文件大小:681264
    • 提供者:xiaoni
  1. gramschmidtyuhouseholderhujian

    0下载:
  2. fenbushuju文件用于拟合zernike波面与原始波面的偏差。clgs,mgs,get-CG-decomp文件分别为使用传统Gram-Schmit和修正Gram-Schmit算法实现QR分解,并获得计算值。而stability文件为Householder分解方法。工程上用来检验Gram-Schm的计算正确与否-fenbushuju file is used to fit zernike wave-front with the original wave-front deviations.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2402
    • 提供者:陈晨
  1. qrtrannnn

    0下载:
  2. 功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.-Function: the upper left corner of the matrix A, diagonal blocks of order m to QR transfor
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:968
    • 提供者:huanhuan
  1. Homework_1

    0下载:
  2. c++实现的各种矩阵分解,如QR分解,其中通过多种多样的形式来实现可以学习,非常值得学习,是我们大部分的经典作业程序。-c++ to achieve a variety of matrix decomposition, such as the QR decomposition, which through a variety of forms to achieve can learn, well worth learning, and most of our classic operating
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:674878
    • 提供者:李文
  1. kda_qr

    0下载:
  2. 通过矩阵的QR分解来求解KDA问题(核判别分析) 附原参考文献-QR decomposition for kernel discriminant analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:71805
    • 提供者:zengming
  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. newQRok

    0下载:
  2. 数值符号计算中利用QR分解求解方程的程序,经过病态矩阵的验证,程序有较高的精确性-Symbolic computation in numerical solving equations using QR decomposition process, through the ill-conditioned matrix of validation, the program has high accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1832
    • 提供者:宋健
  1. QR_THPprecoding_BERstimulate

    1下载:
  2. 基于QR分解的MIMO系统的误码率性能仿真-QR decomposition based on the BER performance of MIMO system simulation
  3. 所属分类:Other systems

    • 发布日期:2015-05-19
    • 文件大小:2332
    • 提供者:gl
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3252
    • 提供者:bennytang
  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 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com