登录
首页 » Visual C++ » QR-decomposition

QR-decomposition

于 2020-08-31 发布 文件大小:1234KB
0 351
下载积分: 1 下载次数: 49

代码说明:

  QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,(QR decomposition )

文件列表:

QR分解算法
..........\Debug
..........\.....\QRdecomposition.obj,289816,2013-04-25
..........\.....\QRdecomposition.sbr,0,2013-04-25
..........\.....\QR分解算法.bsc,394240,2013-04-25
..........\.....\QR分解算法.exe,569417,2013-04-25
..........\.....\QR分解算法.ilk,812436,2013-04-25
..........\.....\QR分解算法.pch,3169612,2013-04-25
..........\.....\QR分解算法.pdb,1123328,2013-04-25
..........\.....\vc60.idb,107520,2013-04-25
..........\.....\vc60.pdb,143360,2013-04-25
..........\nr3.h,14110,2013-04-25
..........\printMatrix.h,851,2013-04-25
..........\printVector.h,662,2013-04-25
..........\qrdcmp.h,2977,2013-04-25
..........\QRdecomposition.cpp,887,2013-04-25
..........\QR分解算法.dsp,4585,2013-04-25
..........\QR分解算法.dsw,545,2013-04-25
..........\QR分解算法.ncb,66560,2013-04-25
..........\QR分解算法.opt,50688,2013-04-25
..........\QR分解算法.plg,1075,2013-04-25
..........\readMatrix.h,877,2013-04-25
..........\readVector.h,772,2013-04-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Simple
    求解速度压力耦合的Simple半隐式迭代方法,该方法在计算流体动力学中应用极为广泛(To solve the pressure velocity coupling Simple semi-implicit iterative method, the method applied in the Computational Fluid Dynamics an extremely wide range of)
    2021-01-05 09:08:54下载
    积分:1
  • Neandla
    计算牛顿和拉格朗日插值方法,用户输入插值结点(calculated Newton and Lagrange interpolation methods, user input interpolation nodes)
    2007-05-13 12:33:16下载
    积分:1
  • PolyFractionValu
    本程序提供大量实用多项式计算函数:求一维实(复)多项式值、求一维多项式组值、求二维实(复)多项式值、两一维多项式相乘、两一维多项式除法、计算连分式函数值。(look it yourself.)
    2021-02-19 10:19:44下载
    积分:1
  • 高斯
    给出了高斯消元的代码,和程序页面,方便快捷(The code and program page of Gauss elimination are given, which is convenient and quick.)
    2018-11-19 19:25:26下载
    积分:1
  • DLT057
    利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,建立一个对话框类,在这个类中进行像素坐标、控制点坐标文件的打开与读取,然后利用DLT公式进行外方位元素的解算。 数据检核部分用前方交会算法来进行,首先根据ID找到左右片的像点的同名点,然后计算变换矩阵及系数,根据给定的内方位元素,利用公式解算出像点的控制点坐标,然后和给定的控制点坐标相比较即可进行精度评定。 (PHOTOSHOP software can be measured using a photo of the control points around the pixel coordinates can be calculated by the formula sit out the image point Standard. According to the given coordinates of control points, the use of straight-line method to calculate the linear transformation of 11 DLT parameters that the coefficient l Value and calculate the orientation elements of exterior orientation elements and solutions. Another way is to use a single formula as the calculation of space resection Orientation elements out. Use as space resection alone to settle the image exterior orientation is the basic idea: to single video As the basis of images from the ground covered by a number of control points within the known ground coordinates and image coordinates of corresponding points in the measured values , The realities of collinearity equation, find the image in the time of aerial photography exterior orientation elements. First, the process to establish a single document)
    2011-05-19 10:18:50下载
    积分:1
  • SHENGXUE_BEM
    求解声学问题的边界元程序,给声学研究的人员很大启发(Solving the problem of acoustic boundary element program, to inspire great acoustic research staff)
    2011-07-27 06:37:38下载
    积分:1
  • qiuni
    C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵(C language matrix inversion module)
    2013-12-16 21:18:18下载
    积分:1
  • 2d
    说明:  用FORTRAN语言实现二维欧拉方程的求解,采用二阶MUSCL迎风格式()
    2007-09-10 14:30:45下载
    积分:1
  • FractalDim
    盒维数计算和豪斯多夫维数的计算与应用研究程序(box counting)
    2013-07-27 17:50:31下载
    积分:1
  • Levenberg-Marquardt_Method
    说明:  LM算法的c语言实现 拟合的函数为gauss函数(Levenberg-Marquardt Method)
    2021-04-11 16:18:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载