文件名称:A_QR

  • 所属分类:
  • 数学计算/工程计算
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 2kb
  • 下载次数:
  • 1次
  • 提 供 者:
  • moo****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

  void qr(double *a, double *d, int n) 矩阵的QR分解

假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。

d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。



bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。

假设矩阵qrn*n为某个矩阵an*n的QR分解,在内存中按行优先次序存放。d[0,n)为其QR分解上三角矩阵对角线元素,b为方程组Ax=b的右端向量。

函数计算方程组Ax=b的解,并将结果存放在数组b[0,n)中。

函数成功时返回false,否则返回true.-void qr (double* a, double* d, int n) matrix QR decomposition assuming an* n array in memory stored in row order, this function uses HouseHolder transform the place for QR decomposition. d as the output parameter, d [0, n) storage QR decomposition of the diagonal elements of upper triangular matrices. bool householder (double const* qr, double const* d, double* b, int n) of linear algebraic equations. Suppose matrix qrn* n for a matrix of an* n of the QR decomposition, in memory stored in row order. d [0, n) for QR decomposition of the triangular matrix diagonal elements, b for the equations Ax = b of the right end of the vector. Function calculates the equations Ax = b of the solution, and the results stored in array b [0, n) in. Function successfully returns false, otherwise true.
相关搜索: Householder
a_qr
qr
矩阵

(系统自动生成,下载前可以参看下载内容)

下载文件列表

A_QR.c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org