Go to the documentation of this file. 1 #ifndef DUNE_BLOCK_DIAGONAL_MATRIX_HH
2 #define DUNE_BLOCK_DIAGONAL_MATRIX_HH
23 template <
class B,
class A=std::allocator<B> >
54 for (
int i=0; i<size; i++)
59 for (
int i=0; i<size; i++)
80 for (
int i=0; i<this->
N(); i++)
81 (*
this)[i][i].invert();
95 void endrowsizes () {}