Class template Dune::XT::LA::GeneralizedEigenSolverOptions

template<class MatrixType, bool is_matrix>
class Dune::XT::LA::GeneralizedEigenSolverOptions<MatrixType, is_matrix>

A means to obtain available options at compile time.

Note

This class needs to be specialized for each MatrixType, the purpose of this variant is merely to document the expected functionality.

Method Dune::XT::LA::GeneralizedEigenSolverOptions::types

template<class MatrixType, bool is_matrix>
static int Dune::XT::LA::GeneralizedEigenSolverOptions<MatrixType, is_matrix>::types()

No documentation provided.

Method Dune::XT::LA::GeneralizedEigenSolverOptions::options

template<class MatrixType, bool is_matrix>
static Common::Configuration Dune::XT::LA::GeneralizedEigenSolverOptions<MatrixType, is_matrix>::options(const std::string)

No documentation provided.