NEPProblemType#

Determines the type of the nonlinear eigenproblem.

Synopsis#

typedef enum { NEP_GENERAL  = 1,
               NEP_RATIONAL = 2
             } NEPProblemType;

Values#

Note#

Currently, the NEP_RATIONAL case is only used in NEPNLEIGS to determine the singularities automatically.

See Also#

NEP: Nonlinear Eigenvalue Problems, NEPSetProblemType(), NEPGetProblemType()

Level#

intermediate

Location#

include/slepcnep.h


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