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

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

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

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

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

Field Dune::XT::LA::Solver::matrix_view_

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

No documentation provided.

Field Dune::XT::LA::Solver::matrix_

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

No documentation provided.

Field Dune::XT::LA::Solver::actual_solver_

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

No documentation provided.

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

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

No documentation provided.

Type alias Dune::XT::LA::Solver::R

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

No documentation provided.

Type alias Dune::XT::LA::Solver::ActualSolver

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.

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

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

No documentation provided.