#include <SymGEigsShiftSolver.h>
This class implements the generalized eigen solver for real symmetric matrices, i.e., to solve where
and
are symmetric matrices. A spectral transform is applied to seek interior generalized eigenvalues with respect to some shift
.
There are different modes of this solver, specified by the template parameter Mode
. See the pages for the specialized classes for details.
Definition at line 44 of file SymGEigsShiftSolver.h.