#define QEPType char* #define QEPLINEAR "linear" #define QEPQARNOLDI "qarnoldi" /*E QEPProblemType - determines the type of the quadratic eigenproblem .seealso: QEPSetProblemType(), QEPGetProblemType() E*/ typedef enum { QEP_GENERAL=1, QEP_HERMITIAN, /* M, C, K Hermitian */ QEP_GYROSCOPIC /* M, K Hermitian, M>0, C skew-Hermitian */ } QEPProblemType;
Location: src/qep/../../include/slepcqep.h
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages