Class template Dune::XT::LA::EigenSolverOptions¶
-
template<class MatrixType, bool is_matrix = XT::Common::is_matrix<MatrixType>::value || (XT::Common::is_vector<MatrixType>::value && XT::Common::VectorAbstraction<MatrixType>::has_static_size && XT::Common::VectorAbstraction<MatrixType>::static_size == 1)>
class Dune::XT::LA::EigenSolverOptions¶ 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.
-
static int Dune::XT::LA::EigenSolverOptions::types()
No documentation provided.
-
static Common::Configuration Dune::XT::LA::EigenSolverOptions::options(const std::string =
<recovery-expr>(""))¶ No documentation provided.