|
dune-common
2.3.1
|
This file implements a quadratic diagonal matrix of fixed size. More...
#include <cassert>#include <cmath>#include <complex>#include <cstddef>#include <iostream>#include <memory>#include <dune/common/densematrix.hh>#include <dune/common/exceptions.hh>#include <dune/common/fmatrix.hh>#include <dune/common/fvector.hh>#include <dune/common/genericiterator.hh>#include <dune/common/typetraits.hh>#include <dune/common/unused.hh>Go to the source code of this file.
Classes | |
| class | Dune::DiagonalRowVectorConst< K, n > |
| class | Dune::DiagonalRowVector< K, n > |
| class | Dune::DiagonalMatrixWrapper< DiagonalMatrixType > |
| class | Dune::ContainerWrapperIterator< C, T, R > |
| Iterator class for sparse vector-like containers. More... | |
| class | Dune::DiagonalMatrix< K, n > |
| A diagonal matrix of static size. More... | |
| class | Dune::DiagonalMatrixWrapper< DiagonalMatrixType > |
| class | Dune::DiagonalRowVectorConst< K, n > |
| class | Dune::DiagonalRowVector< K, n > |
| struct | Dune::const_reference< DiagonalRowVector< K, n > > |
| struct | Dune::const_reference< DiagonalRowVectorConst< K, n > > |
| struct | Dune::mutable_reference< DiagonalRowVector< K, n > > |
| struct | Dune::mutable_reference< DiagonalRowVectorConst< K, n > > |
| class | Dune::ContainerWrapperIterator< C, T, R > |
| Iterator class for sparse vector-like containers. More... | |
Namespaces | |
| Dune | |
| Dune namespace. | |
Functions | |
| template<class M , class K , int n> | |
| void | Dune::istl_assign_to_fmatrix (DenseMatrix< M > &fm, const DiagonalMatrix< K, n > &s) |
This file implements a quadratic diagonal matrix of fixed size.
1.8.7