#include <SymGEigsSolver.h>
This class implements the generalized eigen solver for real symmetric matrices, i.e., to solve where
is symmetric and
is positive definite.
There are two modes of this solver, specified by the template parameter Mode
. See the pages for the specialized classes for details.
Definition at line 45 of file SymGEigsSolver.h.