slepc-3.17.1 2022-04-11
PEPProblemType
Determines the type of the polynomial eigenproblem
Synopsis
typedef enum { PEP_GENERAL=1,
PEP_HERMITIAN, /* All A_i Hermitian */
PEP_HYPERBOLIC, /* QEP with Hermitian matrices, M>0, (x'Cx)^2 > 4(x'Mx)(x'Kx) */
PEP_GYROSCOPIC /* QEP with M, K Hermitian, M>0, C skew-Hermitian */
} PEPProblemType;
See Also
PEPSetProblemType(), PEPGetProblemType()
Location: include/slepcpep.h
Examples
src/pep/tutorials/ex16.c.html
src/pep/tutorials/ex38.c.html
src/pep/tutorials/ex40.c.html
src/pep/tutorials/ex50.c.html
src/pep/tutorials/ex16f90.F90.html
src/pep/tutorials/nlevp/wiresaw.c.html
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages