QEPProblemType

determines the type of the quadratic eigenproblem

Synopsis

typedef enum { QEP_GENERAL=1,
               QEP_HERMITIAN,   /* M, C, K  Hermitian */
               QEP_GYROSCOPIC   /* M, K  Hermitian, M>0, C skew-Hermitian */
             } QEPProblemType;

See Also

QEPSetProblemType(), QEPGetProblemType()

Location: src/qep/../../include/slepcqep.h
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages