Class template Dune::XT::LA::SolverOptions

template<class MatrixType, class CommunicatorType = SequentialCommunication>
class Dune::XT::LA::SolverOptions<MatrixType, CommunicatorType>

A means to obtain available solver options at compile time; specialized for each supported MatrixType.

Method Dune::XT::LA::SolverOptions::types

template<class MatrixType, class CommunicatorType = SequentialCommunication>
static int Dune::XT::LA::SolverOptions<MatrixType, CommunicatorType>::types()

No documentation provided.

Method Dune::XT::LA::SolverOptions::options

template<class MatrixType, class CommunicatorType = SequentialCommunication>
static Common::Configuration Dune::XT::LA::SolverOptions<MatrixType, CommunicatorType>::options(const std::string)

No documentation provided.