slepc-3.8.3 2018-04-03
Report Typos and Errors

PEPProblemType

Determines the type of the polynomial eigenproblem

Synopsis

typedef enum { PEP_GENERAL=1,
               PEP_HERMITIAN,   /* All A_i  Hermitian */
               PEP_GYROSCOPIC   /* QEP with M, K  Hermitian, M>0, C skew-Hermitian */
             } PEPProblemType;

See Also

PEPSetProblemType(), PEPGetProblemType()

Location: src/pep/../../include/slepcpep.h
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/pep/examples/tutorials/ex16.c.html
src/pep/examples/tutorials/ex16f90.F90.html
src/pep/examples/nlevp/wiresaw.c.html