Scalable Library for Eigenvalue Problem Computations
SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix.
SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix.
Add the following lines to your .bash_profile if you plan to use the PETSC/SLEPC makefile rules in ${prefix}/lib/petsc/conf: export PETSC_DIR=${prefix}/lib/petsc export SLEPC_DIR=${prefix}/lib/slepc