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#
EPS_HEP- HermitianEPS_GHEP- generalized HermitianEPS_NHEP- non-HermitianEPS_GNHEP- generalized non-HermitianEPS_PGNHEP- generalized non-Hermitian with positive (semi-)definite \(B\)EPS_GHIEP- generalized Hermitian-indefiniteEPS_BSE- structured Bethe-SalpeterEPS_HAMILT- structured Hamiltonian
Note#
In real scalars, one should read the term Hermitian as symmetric.
See Also#
EPS: Eigenvalue Problem Solver, EPSSetProblemType(), EPSGetProblemType()
Level#
intermediate
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages