dune-istl
2.4.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/common/diagonalmatrix.hh>
#include <dune/common/ftraits.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 | |
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.