dune-istl
2.5.0
|
Class for using SPQR with ISTL matrices. More...
#include <complex>
#include <type_traits>
#include <SuiteSparseQR.hpp>
#include <dune/common/exceptions.hh>
#include <dune/common/unused.hh>
#include <dune/istl/colcompmatrix.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/solvertype.hh>
Go to the source code of this file.
Classes | |
class | Dune::SeqOverlappingSchwarz< M, X, TM, TD, TA > |
Sequential overlapping Schwarz preconditioner. More... | |
struct | Dune::SeqOverlappingSchwarzAssemblerHelper< T, tag > |
class | Dune::SPQR< Matrix > |
Use the SPQR package to directly solve linear systems – empty default class. More... | |
class | Dune::SPQR< BCRSMatrix< FieldMatrix< T, n, m >, A > > |
The SPQR direct sparse solver for matrices of type BCRSMatrix. More... | |
struct | Dune::IsDirectSolver< SPQR< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
struct | Dune::StoresColumnCompressed< SPQR< BCRSMatrix< FieldMatrix< T, n, m >, A > > > |
Namespaces | |
Dune | |
Class for using SPQR with ISTL matrices.