dune-istl
2.2.1
|
Some handy generic functions for ISTL matrices. More...
#include <set>
#include <vector>
#include <limits>
#include <dune/common/typetraits.hh>
#include <dune/common/static_assert.hh>
#include <dune/common/fmatrix.hh>
#include <dune/istl/bcrsmatrix.hh>
#include "istlexception.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Functions | |
template<class M > | |
int | Dune::countNonZeros (const M &matrix) |
Get the number of nonzero fields in the matrix. More... | |
template<class M , class C > | |
void | Dune::printGlobalSparseMatrix (const M &mat, C &ooc, std::ostream &os) |
Some handy generic functions for ISTL matrices.