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

QR-decomposition

于 2020-08-31 发布 文件大小:1234KB
0 317
下载积分: 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 个回复

  • rtfindgen
    多物理场耦合软件采用有限元方法模拟rtfindgen(Coupled multi-physics simulation software using the finite element method rtfindgen)
    2017-03-10 00:38:29下载
    积分:1
  • Gauss_Seidel
    数值分析中的高斯——塞德尔迭代算法的的C语言实现(Numerical Analysis of Gauss- Seidel iterative algorithm of the C language)
    2009-05-17 12:50:19下载
    积分:1
  • newton
    牛顿插值算法,利用数组存储均差表,一步步迭代求得插值(Newton interpolation algorithm, the use of array stores are differential gauge, step by step, iterative get interpolation )
    2012-05-06 15:22:52下载
    积分:1
  • 3
    用刷选法求出100之内的素数。并输出数有多少个。(100 prime number is calculated by the method of selection. And the output count how many.)
    2013-09-11 19:40:35下载
    积分:1
  • Task2
    MFC编写的计算器,基本功能都已实现,加速键没有实现(Written in MFC calculator, basic functions have been achieved, not achieved accelerator)
    2011-11-14 22:24:05下载
    积分:1
  • KrigingContour
    说明:  克里金、反距离插值算法_栅格图等值线填充等(Kriging, inverse distance interpolation algorithm _ isogram filled grid map, etc.)
    2008-11-19 10:41:37下载
    积分:1
  • windforceonvessel
    船舶荷载计算程序,可用于码头设计中船舶荷载的计算。(Ship load calculation procedures, can be used for ship loading terminal design calculations.)
    2007-07-30 10:05:29下载
    积分:1
  • kalman
    实现卡尔曼滤波算法,可以进行参数估计、插值、滤波和预报(The Kalman filter algorithm, parameter estimation, interpolation, filtering and prediction)
    2012-12-27 19:24:51下载
    积分:1
  • defin_heat_flux
    它是一个计算热通量的c++程序,用udf导入fluent,既可以求解,非常好用的一个,可以作为入门的一个例子学习。(it is a calculated heat flux of c++ program, with udf into fluent, not only can solve, very easy to use one, can be used as a case study entry.)
    2012-02-02 14:59:16下载
    积分:1
  • na7
    Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 (Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance. Format of function int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps ) where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial. Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
    2011-11-27 11:47:21下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载