- Authors: Jose E. Roman, Carmen Campos, Lisandro Dalcin, Eloy Romero, Andres Tomas
- Organization: Universitat Politecnica de Valencia, Spain
- Website: https://slepc.upv.es
- Contact: slepc-maint@upv.es
SLEPc, the Scalable Library for Eigenvalue Problem Computations, is a software package for the solution of large sparse eigenvalue problems on parallel computers. It can be used for the solution of problems formulated in either standard or generalized form, as well as other related problems such as the singular value decomposition and the nonlinear eigenproblem.
The emphasis of the software is on methods and techniques appropriate for problems in which the associated matrices are sparse. Therefore, most of the methods offered by the library are projection methods such as Krylov-Schur or Jacobi-Davidson. It also provides built-in support for spectral transformation such as shift-and-invert.
SLEPc is built on top of PETSc, the Portable Extensible Toolkit for Scientific Computation. It can be considered an extension of PETSc providing all the functionality necessary for the solution of eigenvalue problems.
Problem class | Model equation | Module |
---|---|---|
Linear eigenvalue problem | EPS |
|
Quadratic eigenvalue problem | PEP |
|
Polynomial eigenvalue problem | PEP |
|
Nonlinear eigenvalue problem | NEP |
|
Singular value decomposition | SVD |
|
Matrix function (action of) | MFN |
|
Linear matrix equation | LME |
The Users Manual as well as the HTML man pages for the detailed reference of each individual SLEPc routines are included in the SLEPc distribution and can also be found at the online documentation.
The main reference for SLEPc is the following paper (see other references at the SLEPc website):
- V. Hernandez, J. E. Roman, and V. Vidal, SLEPc: A scalable and flexible toolkit for the solution of eigenvalue problems, ACM Trans. Math. Software 31: 351-362 (2005). DOI
The installation procedure of SLEPc is very similar to that of PETSc. Briefly, the environment variables $SLEPC_DIR
and $PETSC_DIR
must be set, then the configure
script is executed and finally the libraries are built with the command make
. More details can be found in the Users Manual or in the online installation instructions.
SLEPc is distributed under a 2-clause BSD license (see LICENSE.md). Note that this license DOES NOT apply to any software that may be obtained via the --download-package
option of the SLEPc configuration. Each of those packages are covered by their own licenses.
The development of SLEPc has been partially supported by the following grants:
- Oficina de Ciencia i Tecnologia, Generalitat Valenciana, CTIDB/2002/54.
- D. G. Investigacio i Transf. de Tecnologia, Generalitat Valenciana, GV06/091.
- Ministerio de Ciencia e Innovacion, TIN2009-07519.
- Ministerio de Economia y Competitividad, TIN2013-41049-P.
- Agencia Estatal de Investigacion, TIN2016-75985-P.
- Agencia Estatal de Investigacion, PID2019-107379RB-I00.
- Agencia Estatal de Investigacion, PID2022-139568NB-I00.