Class template Dune::XT::LA::Solver

template<class MatrixImp, class CommunicatorType = SequentialCommunication>
class Dune::XT::LA::Solver<MatrixImp, CommunicatorType>

Solves linear systems for a given matrix; specialized for each supported MatrixType.

Method Dune::XT::LA::Solver::types

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

No documentation provided.

Method Dune::XT::LA::Solver::options

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

No documentation provided.

Constructor Dune::XT::LA::Solver::Solver<MatrixImp, CommunicatorType>

template<>
template<class MatrixImp, class CommunicatorType = SequentialCommunication>
Dune::XT::LA::Solver<MatrixImp, CommunicatorType>::Solver<MatrixImp, CommunicatorType>(const MatrixType&, const CommunicatorType&)

No documentation provided.

Constructor Dune::XT::LA::Solver::Solver<MatrixImp, CommunicatorType>

template<>
template<class MatrixImp, class CommunicatorType = SequentialCommunication>
explicit Dune::XT::LA::Solver<MatrixImp, CommunicatorType>::Solver<MatrixImp, CommunicatorType>(const MatrixType&)

No documentation provided.

Type alias Dune::XT::LA::Solver::MatrixType

type Dune::XT::LA::Solver::MatrixType

No documentation provided.

Function template Dune::XT::LA::Solver::apply

template<class MatrixImp, class CommunicatorType = SequentialCommunication>
template<class RhsType, class SolutionType>
void Dune::XT::LA::Solver<MatrixImp, CommunicatorType>::apply(const RhsType&, SolutionType&) const

Throws any of the above exceptions, if there was a problem. If none was thrown we beleive that a suitable solution was found (given the current options).

Function template Dune::XT::LA::Solver::apply

template<class MatrixImp, class CommunicatorType = SequentialCommunication>
template<class RhsType, class SolutionType>
void Dune::XT::LA::Solver<MatrixImp, CommunicatorType>::apply(const RhsType&, SolutionType&, const std::string&) const

No documentation provided.

Function template Dune::XT::LA::Solver::apply

template<class MatrixImp, class CommunicatorType = SequentialCommunication>
template<class RhsType, class SolutionType>
void Dune::XT::LA::Solver<MatrixImp, CommunicatorType>::apply(const RhsType&, SolutionType&, const Common::Configuration&) const

No documentation provided.