|
dune-istl
2.7.1
|
#include "bcrsmatrix.hh"#include "bvector.hh"#include <dune/common/fmatrix.hh>#include <dune/common/fvector.hh>#include <dune/common/typetraits.hh>#include <dune/common/unused.hh>#include <dune/common/scalarmatrixview.hh>#include <limits>Go to the source code of this file.
Classes | |
| class | Dune::MatrixRowSet< M > |
| Provides access to an iterator over all matrix rows. More... | |
| class | Dune::MatrixRowSubset< M, S > |
| Provides access to an iterator over an arbitrary subset of matrix rows. More... | |
| class | Dune::MatrixRowSubset< M, S >::const_iterator |
| The matrix row iterator type. More... | |
| class | Dune::ColCompMatrix< Mat, I > |
| Utility class for converting an ISTL Matrix into a column-compressed matrix. More... | |
| class | Dune::ColCompMatrixInitializer< M, I > |
| Inititializer for the ColCompMatrix as needed by OverlappingSchwarz. More... | |
Namespaces | |
| Dune | |
Functions | |
| template<class F , class MRS > | |
| void | Dune::copyToColCompMatrix (F &initializer, const MRS &mrs) |
| template<class F , class M , class S > | |
| void | Dune::copyToColCompMatrix (F &initializer, const MatrixRowSubset< M, S > &mrs) |