E V S L :   EigenValues Slicing Library   -- (Version 1.1.0)

This version dated : Wed Aug 9 12:50:29 CDT 2017

Welcome to release 1.1.0 of EVSL (the EigenValues Slicing Library). EVSL provides routines for computing eigenvalues located in a given interval, and their associated eigenvectors, of real symmetric - standard or generalized eigenvalue problems. It also provides tools for spectrum slicing, i.e., the technique of subdividing a given interval into p smaller subintervals and computing the eigenvalues in each subinterval independently. EVSL implements a polynomial filtered Lanczos (thick restart, no restart) a rational filtered Lanczos (thick restart, no restart), and a polynomial filtered subspace iteration.
The technical reports listed below provide details on the techniques used in the package. Online documentation (based on Doxygen) is available - see below. This new version has much added functionality relative to version 1.0. Most notably:

Related publications

Authors/contributors

EVSL is a continuing team effort. Developers of the most recent version include: Yousef Saad, Ruipeng Li, Yuanzhe Xi, Luke Erlandson. If you are interested in contributing to the effort contact us.


Download EVSL

Before you download read the COPYRIGHT statement

Download: EVSL version 1.1.0 (EVSLv1.1.0.zip)

The package will see frequent updates. If you wish to follow the development of EVSL, get minor updates, or recent releases, see the github site:
http://github.com/eigs/EVSL

For the (MPI) parallel version (in progress) see:      
http://github.com/eigs/pEVSL


Contact:
      y. saad

Documentation :     (Doxygen based)
DOC


Work supported by:     NSF (CISE-AF) and DOE (SCIDAC)

Note: EVSL is different from Filtlan. Filtlan -- also available for downloads from this website -- was developed mainly by Haw-ren Fang (released in 2011-2012). Written in C++, it implements primarily a non-restarted filtered Lanczos algorithm using very different polynomial filters.