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

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

template<class MatrixImp, class CommunicatorType>
class Dune::XT::LA::Solver : protected internal::SolverUtils

Linear solver for a MatrixView, copying the view into a full matrix before solving.

static int Dune::XT::LA::Solver::types()

No documentation provided.

static Common::Configuration Dune::XT::LA::Solver::options(const std::string &type = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::LA::Solver::Solver<MatrixView<MatrixImp>, CommunicatorType>(const MatrixType &matrix_view)

No documentation provided.

template<>
Dune::XT::LA::Solver::Solver<MatrixView<MatrixImp>, CommunicatorType>(const MatrixType &matrix, const CommunicatorType&)

No documentation provided.

const MatrixType &Dune::XT::LA::Solver::matrix_view_

No documentation provided.

MatrixImp Dune::XT::LA::Solver::matrix_

No documentation provided.

ActualSolver Dune::XT::LA::Solver::actual_solver_

No documentation provided.

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

No documentation provided.

type Dune::XT::LA::Solver::R

No documentation provided.

type Dune::XT::LA::Solver::ActualSolver

No documentation provided.

template<class VectorType>
void Dune::XT::LA::Solver::apply(const VectorType &rhs, VectorType &solution) const

No documentation provided.

template<class VectorType>
void Dune::XT::LA::Solver::apply(const VectorType &rhs, VectorType &solution, const std::string &type) const

No documentation provided.

template<class VectorType>
void Dune::XT::LA::Solver::apply(const VectorType &rhs, VectorType &solution, const Common::Configuration &opts) const

No documentation provided.

template<class VectorType>
void Dune::XT::LA::Solver::apply(const VectorView<VectorType> &rhs, VectorView<VectorType> &solution) const

No documentation provided.

template<class VectorType>
void Dune::XT::LA::Solver::apply(const VectorView<VectorType> &rhs, VectorView<VectorType> &solution, const std::string &type) const

No documentation provided.

template<class VectorType>
void Dune::XT::LA::Solver::apply(const VectorView<VectorType> &rhs, VectorView<VectorType> &solution, const Common::Configuration &opts) const

No documentation provided.