#include <dune/istl/supermatrix.hh>
|
static const Dtype_t | type |
|
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: