|
dune-istl
2.2.1
|
This file implements a quadratic matrix of fixed size which is a multiple of the identity. More...
#include <cmath>#include <cstddef>#include <complex>#include <iostream>#include <dune/common/exceptions.hh>#include <dune/common/fmatrix.hh>#include <dune/istl/diagonalmatrix.hh>Go to the source code of this file.
Classes | |
| class | Dune::ScaledIdentityMatrix< K, n > |
| A multiple of the identity matrix of static size. More... | |
Namespaces | |
| namespace | Dune |
Functions | |
| template<class M , class K , int n> | |
| void | Dune::istl_assign_to_fmatrix (DenseMatrix< M > &fm, const ScaledIdentityMatrix< K, n > &s) |
This file implements a quadratic matrix of fixed size which is a multiple of the identity.
1.8.3.1