00001 #ifndef DUNE_VBCRSMATRIX_HH 00002 #define DUNE_VBCRSMATRIX_HH 00003 00004 #include<cmath> 00005 #include<complex> 00006 00007 #include "istlexception.hh" 00008 #include "allocator.hh" 00009 00014 namespace Dune { 00015 00025 } // end namespace 00026 00027 #endif