Function Dune::XT::LA::make_generalized_eigen_solver

template<class M>
int Dune::XT::LA::make_generalized_eigen_solver(const M &lhs_matrix, const M &rhs_matrix, const XT::Common::Configuration &options)

Creates a GeneralizedEigenSolver for the given matrix pair using the provided options.

template<class M>
int Dune::XT::LA::make_generalized_eigen_solver(const M &lhs_matrix, const M &rhs_matrix, const std::string &type = <recovery-expr>(""))

Creates a GeneralizedEigenSolver for the given matrix pair using the named solver type.