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

Inherits from Dune::XT::LA::internal::SolverUtils.

template<class S, class CommunicatorType>
class Dune::XT::LA::SolverOptions<EigenDenseMatrix<S>, CommunicatorType> : protected internal::SolverUtils

Available solver options for EigenDenseMatrix (direct LU, QR and Cholesky factorizations).

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

template<class S, class CommunicatorType>
static int Dune::XT::LA::SolverOptions<EigenDenseMatrix<S>, CommunicatorType>::types()

No documentation provided.

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

template<class S, class CommunicatorType>
static Common::Configuration Dune::XT::LA::SolverOptions<EigenDenseMatrix<S>, CommunicatorType>::options(const std::string &type)

No documentation provided.

Type alias Dune::XT::LA::SolverOptions::MatrixType

type Dune::XT::LA::SolverOptions::MatrixType

No documentation provided.