Function Dune::XT::LA::make_eigen_solver

template<class M>
int Dune::XT::LA::make_eigen_solver(const M &matrix, const XT::Common::Configuration &options)

Creates an EigenSolver for the given matrix using the provided options.

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

Creates an EigenSolver for the given matrix using the named solver type.