EPS_HAMILT#

A structured Hamiltonian eigenvalue problem.

Note#

The problem is formulated as \(Hx=\lambda x\), where \(H\) has a Hamiltonian structure,

\[\begin{split}H = \begin{bmatrix} A & B \\ C & -A^* \end{bmatrix},\end{split}\]
where \(A\), \(B\) and \(C\) are either real with \(B=B^T\), \(C=C^T\), or complex with \(B=B^*\), \(C=C^*\).

See Also#

EPS: Eigenvalue Problem Solver, Structured Eigenvalue Problems, EPSProblemType, EPSSetProblemType()

Level#

intermediate

Location#

include/slepceps.h

Examples#

src/eps/tutorials/ex57.c


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