Go to the documentation of this file.
3 #ifndef DUNE_BLOCK_DIAGONAL_MATRIX_HH
4 #define DUNE_BLOCK_DIAGONAL_MATRIX_HH
25 template <
class B,
class A=std::allocator<B> >
56 for (
int i=0; i<size; i++)
61 for (
int i=0; i<size; i++)
82 for (
int i=0; i<this->
N(); i++)
83 (*
this)[i][i].invert();
97 void endrowsizes () {}