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