文件名称:LU-Decomposition
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- Myoun*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Suppose we are able to write the matrix A as a product of two matrices, L.U = A, where L is lower triangular (has elements only on the diagonal and below) and U is upper triangular (has elements only on the diagonal and above). We can use a decomposition such as (L.U = A) to sole the linear set A.x = (L.U).x = L.(U.x) = b
by first solving for the vector y such that L.y = b
and then solving U.x = y
by first solving for the vector y such that L.y = b
and then solving U.x = y
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ludcmp.cpp
nr.h
nrtypes.h
nrutil.h
xludcmp.cpp
nr.h
nrtypes.h
nrutil.h
xludcmp.cpp