Name : trlan Relocations: (not relocatable) Version : 20100901 Vendor: ALT Linux Team Release : alt5.1 Build Date: Fri Dec 4 13:29:20 2015 Install date: (not installed) Build Host: viy-sisyphus.hasher.altlinux.org Group : Sciences/Mathematics Source RPM: (none) Size : 1379930 License: BSD-like Packager : Eugeny A. Rostovtsev (REAL) URL : http://crd.lbl.gov/~kewu/trlan.html Summary : The thick-restart Lanczos method Description : This software package implements the thick-restart Lanczos method. It can be used on either a single address space machine or a distributed parallel machine. The user can choose to implement or use a matrix-vector multiplication routine in any form convenient. Most of the arithmetic computations in the software are done through calls to BLAS and LAPACK. The software is written in Fortran 90. Because Fortran 90 offers many utility functions such functions such as dynamic memory management, timing functions, random number generator and so on, the program is easily portable to different machines without modifying the source code. It can also be easily accessed from other language such as C or C++. Since the software is highly modularized, it relatively easy to adopt it for different type of situation. For example if the eigenvalue problem may have some symmetry and only a portion of the physical domain is discretized, then the dot-product routine needs to be modified. In this software, this modification is limited to one subroutine. It also can be instructed to write checkpoint files so that it can be restarted is a later time.