EPSProblemType#

Determines the type of eigenvalue problem.

Synopsis#

typedef enum { EPS_HEP    = 1,
               EPS_GHEP   = 2,
               EPS_NHEP   = 3,
               EPS_GNHEP  = 4,
               EPS_PGNHEP = 5,
               EPS_GHIEP  = 6,
               EPS_BSE    = 7,
               EPS_HAMILT = 8 } EPSProblemType;

Values#

Note#

In real scalars, one should read the term Hermitian as symmetric.

See Also#

EPS: Eigenvalue Problem Solver, EPSSetProblemType(), EPSGetProblemType()

Level#

intermediate

Location#

include/slepceps.h


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