Class template Dune::XT::LA::Solver¶
-
template<class MatrixImp, class CommunicatorType = SequentialCommunication>
class Dune::XT::LA::Solver¶ Solves linear systems for a given matrix; specialized for each supported MatrixType.
-
static int Dune::XT::LA::Solver::types()
No documentation provided.
-
static Common::Configuration Dune::XT::LA::Solver::options(const std::string& =
<recovery-expr>("")) No documentation provided.
-
template<>
Dune::XT::LA::Solver::Solver<MatrixImp, CommunicatorType>(const MatrixType&, const CommunicatorType&)¶ No documentation provided.
-
template<>
Dune::XT::LA::Solver::Solver<MatrixImp, CommunicatorType>(const MatrixType&)¶ No documentation provided.
-
type Dune::XT::LA::Solver::MatrixType
No documentation provided.
-
template<class RhsType, class SolutionType>
void Dune::XT::LA::Solver::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).
-
template<class RhsType, class SolutionType>
void Dune::XT::LA::Solver::apply(const RhsType&, SolutionType&, const std::string&) const¶ No documentation provided.
-
template<class RhsType, class SolutionType>
void Dune::XT::LA::Solver::apply(const RhsType&, SolutionType&, const Common::Configuration&) const¶ No documentation provided.