PEPProblemType#
Determines the type of the polynomial eigenproblem.
Synopsis#
typedef enum { PEP_GENERAL = 1,
PEP_HERMITIAN = 2,
PEP_HYPERBOLIC = 3,
PEP_GYROSCOPIC = 4
} PEPProblemType;
Values#
PEP_GENERAL- polynomial eigenproblem with no particular structurePEP_HERMITIAN- polynomial eigenproblem with all coefficient matrices HermitianPEP_HYPERBOLIC- quadratic eigenproblem with hyperbolic structurePEP_GYROSCOPIC- quadratic eigenproblem with gyroscopic structure
Note#
By default, no particular structure is assumed (PEP_GENERAL).
See Also#
PEP: Polynomial Eigenvalue Problems, PEPSetProblemType(), PEPGetProblemType()
Level#
intermediate
Location#
Examples#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages