dune-istl  2.7.1
Static Public Attributes | List of all members
Dune::BaseGetSuperLUType< T > Struct Template Reference

#include <dune/istl/supermatrix.hh>

Inheritance diagram for Dune::BaseGetSuperLUType< T >:
Inheritance graph

Static Public Attributes

static const Dtype_t type
 

Member Data Documentation

◆ type

template<class T >
const Dtype_t Dune::BaseGetSuperLUType< T >::type
static
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: