|
KASKADE 7 development version
|
Routines for the solution of (sparse) linear systems. More...
#include <iostream>#include <memory>#include <boost/timer/timer.hpp>#include "dune/common/fmatrix.hh"#include "dune/istl/matrix.hh"#include "linalg/umfpack_solve.hh"#include "linalg/linearsystem.hh"#include "linalg/simpleLAPmatrix.hh"#include "algorithm/opt_interface.hh"#include "algorithm/newton_bridge.hh"Go to the source code of this file.
Classes | |
| class | Kaskade::BlockLUFactorization< Factorization > |
| struct | Kaskade::BlockSchurParameters |
| class | Kaskade::DirectBlockSchurSolver< Factorization, VariableSet > |
Namespaces | |
| namespace | Kaskade |
Functions | |
| void | Kaskade::printVec (std::vector< double > const &v, int vend=1000000) |
| Adapter class for DUNE::IterativeSolver. More... | |
Routines for the solution of (sparse) linear systems.
Definition in file schur_solver.hh.