#include <dune/istl/supermatrix.hh>
Static Public Attributes |
static const Dtype_t | type |
Member Data Documentation
Initial value:
Dune::is_same<T,float>::value ? SLU_S :
( Dune::is_same<T,std::complex<double> >::value ? SLU_Z :
( Dune::is_same<T,std::complex<float> >::value ? SLU_C : SLU_D ))
The documentation for this struct was generated from the following file: