#define EPSType char* #define EPSPOWER "power" #define EPSSUBSPACE "subspace" #define EPSARNOLDI "arnoldi" #define EPSLANCZOS "lanczos" #define EPSKRYLOVSCHUR "krylovschur" #define EPSGD "gd" #define EPSJD "jd" #define EPSRQCG "rqcg" #define EPSLAPACK "lapack" /* the next ones are interfaces to external libraries */ #define EPSARPACK "arpack" #define EPSBLZPACK "blzpack" #define EPSTRLAN "trlan" #define EPSBLOPEX "blopex" #define EPSPRIMME "primme" /* Logging support */ PETSC_EXTERN PetscClassId EPS_CLASSID;
Location: src/eps/../../include/slepceps.h
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages