bcrsmatrix.hh File Reference
Detailed Description
Implementation of the BCRSMatrix class.
#include <math.h>
#include <complex>
#include <set>
#include <iostream>
#include <algorithm>
#include <numeric>
#include <vector>
#include "istlexception.hh"
#include "allocator.hh"
#include "bvector.hh"
#include <dune/common/stdstreams.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/helpertemplates.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::BCRSMatrix< B, A > |
A sparse block matrix with compressed row storage. More... | |
class | Dune::BCRSMatrix< B, A >::RealRowIterator< T > |
Iterator access to matrix rows More... | |
class | Dune::BCRSMatrix< B, A >::CreateIterator |
Iterator class for sequential creation of blocks More... |