ARPACK

所属分类:数学计算
开发工具:Fortran
文件大小:2830KB
下载次数:37
上传日期:2009-03-26 17:44:52
上 传 者hnayao
说明:  特征值求解库,非并行部分,vc9动态库工程,需要集成intel fortran 编译器。已经测试过包中所带的例子。
(Eigenvalue solution of the Treasury, non-parallel part, vc9 dynamic database works, required integrated intel fortran compiler. Has been tested package brought examples.)

文件列表:
ARPACK\ARmake.inc (3993, 2009-01-20)
ARPACK\ARMAKES\ARmake.CRAY (3690, 1996-04-29)
ARPACK\ARMAKES\ARmake.SGI (3697, 1996-03-31)
ARPACK\ARMAKES\ARmake.SP2 (2392, 1996-09-12)
ARPACK\ARMAKES\ARmake.SUN4 (3863, 1996-04-29)
ARPACK\BLAS\caxpy.f (851, 1995-11-17)
ARPACK\BLAS\ccopy.f (761, 1995-10-03)
ARPACK\BLAS\cdotc.f (941, 1995-11-17)
ARPACK\BLAS\cdotu.f (890, 1995-11-17)
ARPACK\BLAS\cgbmv.f (10056, 1995-11-17)
ARPACK\BLAS\cgemm.f (13184, 1995-10-03)
ARPACK\BLAS\cgemv.f (8170, 1995-10-03)
ARPACK\BLAS\cgerc.f (4412, 1995-11-17)
ARPACK\BLAS\cgeru.f (4378, 1995-10-03)
ARPACK\BLAS\cscal.f (629, 1995-10-03)
ARPACK\BLAS\csscal.f (711, 1995-11-17)
ARPACK\BLAS\cswap.f (843, 1995-10-03)
ARPACK\BLAS\ctbsv.f (13081, 1995-10-03)
ARPACK\BLAS\ctrmm.f (13079, 1995-11-17)
ARPACK\BLAS\ctrsm.f (13846, 1995-10-03)
ARPACK\BLAS\ctrsv.f (10542, 1995-11-17)
ARPACK\BLAS\dasum.f (1100, 1995-10-03)
ARPACK\BLAS\daxpy.f (1157, 1995-10-03)
ARPACK\BLAS\dcopy.f (1128, 1995-10-03)
ARPACK\BLAS\ddot.f (1187, 1995-10-03)
ARPACK\BLAS\dgbmv.f (9295, 1995-10-03)
ARPACK\BLAS\dgemm.f (9851, 1995-10-03)
ARPACK\BLAS\dgemv.f (7481, 1995-10-03)
ARPACK\BLAS\dger.f (4366, 1995-10-03)
ARPACK\BLAS\dnrm2.f (4069, 1995-10-03)
ARPACK\BLAS\drot.f (845, 1995-10-03)
ARPACK\BLAS\drotg.f (674, 1995-10-03)
ARPACK\BLAS\dscal.f (999, 1995-10-03)
ARPACK\BLAS\dswap.f (1236, 1995-10-03)
ARPACK\BLAS\dsymv.f (8072, 1995-10-03)
ARPACK\BLAS\dsyr2.f (7342, 1995-10-03)
ARPACK\BLAS\dtbsv.f (11476, 1995-10-03)
ARPACK\BLAS\dtrmm.f (11477, 1995-10-03)
ARPACK\BLAS\dtrsm.f (12281, 1995-10-03)
ARPACK\BLAS\dzasum.f (791, 1995-11-17)
... ...

1. You have successfully unbundled ARPACK and are now in the ARPACK directory that was created for you. 2. Recent bug fixes are included in patch.tar.gz and ppatch.tar.gz (only needed if you are using PARPACK also.) If you have not retrieved these files, please do so and place them in the directory right above the current directory. (They should be in the same directory where arpack96.tar reside). Use uncompress or gunzip to unzip the tar files, and use 'tar -xvf ' to unbundle these patches. The source codes in these patches will overwrite those contained in arpack96.tar and parpack96.tar. 3. Upon executing the 'ls | more ' command you should see BLAS DOCUMENTS EXAMPLES LAPACK README SRC UTIL Makefile ARmake.inc ARMAKES The following entries are directories: ARMAKES, BLAS, DOCUMENTS, EXAMPLES, LAPACK, SRC, UTIL The directory SRC contains the top level routines including the highest level reverse communication interface routines ssaupd, dsaupd - symmetric single and double precision snaupd, dnaupd - non-symmetric single and double precision cnaupd, cnaupd - complex non-symmetric single and double precision The headers of these routines contain full documentation of calling sequence and usage. Additional information is in the DOCUMENTS directory. 4. Example driver programs that illustrate all the computational modes, data types and precisions may be found in the EXAMPLES directory. Upon executing the 'ls EXAMPLES | more ' command you should see BAND COMPLEX NONSYM README SIMPLE SVD SYM Example programs for banded, complex, nonsymmetric, symmetric, and singular value decomposition may be found in the directories BAND, COMPLEX, NONSYM, SYM, SVD respectively. Look at the README file for further information. To get started, get into the SIMPLE directory to see example programs that illustrate the use of ARPACK in the simplest modes of operation for the most commonly posed standard eigenvalue problems. The following instructions explain how to make the ARPACK library. 5. Before you can compile anything, you must first edit and correct the file ARmake.inc. Sample ARmake.inc's can be found in the ARMAKES directory. Edit "ARmake.inc" and change the definition "home" to the root of the source tree (Top level of ARPACK directory) The makefile is set up to build a self-contained library which includes the needed BLAS 1/2/3 and LAPACK routines. If you already have the BLAS and LAPACK libraries installed on your system you might want to change the definition of DIRS as indicated in the ARmake.inc file. *** NOTE *** Unless the LAPACK library on your system is version 2.0, we strongly recommend that you install the LAPACK routines provided with ARPACK. Note that the current LAPACK release is version 3.0; if you are not sure which version of LAPACK is installed, pleaase compile and link to the subset of LAPACK included with ARPACK. 6. You will also need to change the file "second.f" in the UTIL directory to whatever is appropriate for timing on your system. The "second" routine provided works on most workstations. If you are running on a Cray, you can just edit the makefile in UTIL and take out the reference to "second.o" to use the system second routine. 7. Do "make lib" in the current directory to build the standard library "libarpack_$(PLAT).a" 8. Within DOCUMENTS directory there are three files ex-sym.doc ex-nonsym.doc and ex-complex.doc for templates on how to invoke the computational modes of ARPACK. Also look in the README file for explanations concerning the other documents. Danny Sorensen at sorensen@caam.rice.edu Richard Lehoucq at rblehou@sandia.gov Chao Yang at cyang@lbl.gov Kristi Maschhoff at kristyn@tera.com If you have questions regarding using ARPACK, please send email to arpack@caam.rice.edu. Good luck and enjoy.

近期下载者

相关文件


收藏者