|
dune-common 2.10
|
This file implements a quadratic diagonal matrix of fixed size. More...
#include <algorithm>#include <cassert>#include <cmath>#include <complex>#include <cstddef>#include <initializer_list>#include <iostream>#include <memory>#include <dune/common/boundschecking.hh>#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>Go to the source code of this file.
Classes | |
| class | Dune::DiagonalMatrix< K, n > |
| A diagonal matrix of static size. More... | |
| struct | Dune::FieldTraits< DiagonalMatrix< K, n > > |
| 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< CW, T, R > |
| Iterator class for sparse vector-like containers. More... | |
| struct | Dune::DenseMatrixAssigner< DenseMatrix, DiagonalMatrix< field, N > > |
Namespaces | |
| namespace | Dune |
| Dune namespace. | |
This file implements a quadratic diagonal matrix of fixed size.