#include <dune/common/typetraits.hh>
#include <dune/common/static_assert.hh>
#include "istlexception.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
struct | Dune::CheckIfDiagonalPresent< blocklevel, l > |
Check whether the a matrix has diagonal values on blocklevel recursion levels. More... | |
Functions | |
template<class M> | |
int | Dune::countNonZeros (const M &matrix) |
Get the number of nonzero fields in the matrix. |