|
dune-istl 2.10
|
Class for using SPQR with ISTL matrices. More...
#include <complex>#include <type_traits>#include <SuiteSparseQR.hpp>#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::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< T, A > > > |
| struct | Dune::StoresColumnCompressed< SPQR< BCRSMatrix< T, A > > > |
| struct | Dune::SPQRCreator |
| struct | Dune::SPQRCreator::isValidBlock< class > |
| struct | Dune::SPQRCreator::isValidBlock< FieldVector< double, 1 > > |
Namespaces | |
| namespace | Dune |
Functions | |
| Dune::DUNE_REGISTER_DIRECT_SOLVER ("spqr", Dune::SPQRCreator()) | |
Class for using SPQR with ISTL matrices.