EPS#
Abstract SLEPc object that manages all the eigenvalue problem solvers.
Synopsis#
typedef struct _p_EPS* EPS;
See Also#
EPSCreate(), ST
Level#
beginner
Location#
Examples#
src/eps/tutorials/ex36.c
src/eps/tutorials/ex2.c
src/eps/tutorials/ex18.c
src/eps/tutorials/ex9.c
src/eps/tutorials/ex1f.F90
src/eps/tutorials/ex29.c
src/eps/tutorials/ex6f.F90
src/eps/tutorials/ex10f.F90
src/eps/tutorials/ex55.c
src/eps/tutorials/ex31.c
Implementations#
_p_EPS in include/slepc/private/epsimpl.h
EPS_LOBPCG in src/eps/impls/cg/lobpcg/lobpcg.c
EPS_RQCG in src/eps/impls/cg/rqcg/rqcg.c
EPS_CISS in src/eps/impls/ciss/ciss.c
EPS_DAVIDSON in src/eps/impls/davidson/davidson.h
EPS_ARPACK in src/eps/impls/external/arpack/arpack.h
EPS_BLOPEX in src/eps/impls/external/blopex/blopex.c
EPS_ChASE in src/eps/impls/external/chase/chase.c
EPS_Elemental in src/eps/impls/external/elemental/elemental.cxx
EPS_ELPA in src/eps/impls/external/elpa/elpa.c
EPS_EVSL in src/eps/impls/external/evsl/evsl.c
EPS_FEAST in src/eps/impls/external/feast/feast.c
EPS_PRIMME in src/eps/impls/external/primme/primme.c
EPS_ScaLAPACK in src/eps/impls/external/scalapack/scalapack.c
EPS_ARNOLDI in src/eps/impls/krylov/arnoldi/arnoldi.c
EPS_KRYLOVSCHUR in src/eps/impls/krylov/krylovschur/krylovschur.h
EPS_LANCZOS in src/eps/impls/krylov/lanczos/lanczos.c
EPS_LYAPII in src/eps/impls/lyapii/lyapii.c
EPS_POWER in src/eps/impls/power/power.c
EPS_SUBSPACE in src/eps/impls/subspace/subspace.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages