PEPProblemType#

Determines the type of the polynomial eigenproblem

Synopsis#

PEP_HERMITIAN is used when all A_i are Hermitian, PEP_HYPERBOLIC is reserved for a QEP with Hermitian matrices, M>0, (x’Cx)^2 > 4(x’Mx)(x’Kx), PEP_GYROSCOPIC is for aQEP with M, K Hermitian, M>0, C skew-Hermitian.

See Also#

PEPSetProblemType(), PEPGetProblemType()

Level#

intermediate

Location#

include/slepcpep.h

Examples#

src/pep/tutorials/ex40.c


Index of all PEP routines Table of Contents for all manual pages Index of all manual pages