ARPACK (ARnoldi PACKage)
Presentation by Alex/Dick can be found here and the
benchmark codes can be found here.
ARPACK is a collection of subroutines that solves large scale eigenvalue
problems. ARPACK subroutines are available on Henrici through the
- MKL library (Only few of the subroutines from the ARPACK suite available)
- Original ARPACK library ( /usr/lib/libarpack_LINUX.a)
All the include paths can be found in the Makefile of the benchmark codes.
Some useful links:
|