|
dune-istl 2.10
|
Class for using LDL with ISTL matrices. More...
#include <iostream>#include <memory>#include <type_traits>#include <dune/common/exceptions.hh>#include <dune/istl/bccsmatrixinitializer.hh>#include <dune/istl/solvers.hh>#include <dune/istl/solvertype.hh>#include <dune/istl/solverfactory.hh>Go to the source code of this file.
Classes | |
| class | Dune::LDL< Matrix > |
| Use the LDL package to directly solve linear systems – empty default class. More... | |
| class | Dune::LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > |
| The LDL direct sparse solver for matrices of type BCRSMatrix. More... | |
| struct | Dune::IsDirectSolver< LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
| struct | Dune::StoresColumnCompressed< LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
| struct | Dune::LDLCreator |
| struct | Dune::LDLCreator::isValidBlock< F > |
| struct | Dune::LDLCreator::isValidBlock< FieldVector< double, k > > |
Namespaces | |
| namespace | Dune |
Functions | |
| Dune::DUNE_REGISTER_DIRECT_SOLVER ("ldl", Dune::LDLCreator()) | |
Class for using LDL with ISTL matrices.