📄 lsqr_f90.readme
字号:
lsqr_f90.READMEThe software for LSQR (f90 version) is provided by SOL, Stanford Universityunder the terms of the OSI Common Public License (CPL):http://www.opensource.org/licenses/cpl1.0.php07 Sep 2007: First f90 files provided by Eric Badel <badel@nancy.inra.fr>.16 Sep 2007: More f90 features added by MAS. "implicit none" everywhere. data statements eliminated. But we're still stuck with subroutine Aprod, the f77 method for forming matrix-vector products A*x, A'*y.16 Sep 2007: First set of f90 files available for download from SOL.Please send comments to Michael Saunders, SOL, Stanford University saunders@stanford.edu 650-723-1875-----------------------------------------------------------------------------The f90 version of LSQR involves the following files: lsqr.f90 lsqrblas.f90 (not needed if you have BLAS-1) lsqrcheck.f90 lsqrtest.f90 LSQR.txt (example output file from an Intel Xeon system compiled with g95 on Linux Redhat 9)To compile the code and run the test program on Linux or Unix,proceed as follows: g95 -o lsqrtest lsqr.f90 lsqrcheck.f90 lsqrtest.f90 lsqrblas.f90 ./lsqrtest grep appears LSQR.txt"LSQR appears to be successful" should occur 18 times."LSQR appears to have failed" might occur for the mostill-conditioned problem, but this is not cause for alarmif ||A'r|| is very small (~= 1e-12).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -