3 #ifndef DUNE_PRECISION_HH
4 #define DUNE_PRECISION_HH
22 template <
class ctype =
double>
46 _singular = singthres;
63 static ctype _pivoting;
64 static ctype _singular;
65 static ctype _absolute;
68 template <
class ctype>
69 ctype FMatrixPrecision<ctype>::_pivoting = 1E-8;
70 template <
class ctype>
71 ctype FMatrixPrecision<ctype>::_singular = 1E-14;
72 template <
class ctype>
73 ctype FMatrixPrecision<ctype>::_absolute = 1E-80;