12#ifndef DUMUX_TYPETRAITS_MATRIX_HH 
   13#define DUMUX_TYPETRAITS_MATRIX_HH 
   19template <
class Block, 
class Allocator>
 
   22template <
class FirstRow, 
class ... Args>
 
   32template<
class B, 
class A>
 
   36template<
class... Args>
 
   39template<
class... Args>
 
Definition common/pdesolver.hh:26
Definition common/pdesolver.hh:24
Helper type to determine whether a given type is a Dune::BCRSMatrix.
Definition matrix.hh:30
Helper type to determine whether a given type is a Dune::MultiTypeBlockMatrix.
Definition matrix.hh:37