1 #ifndef DUNE_PRECISION_HH
2 #define DUNE_PRECISION_HH
20 template <
class ctype =
double>
44 _singular = singthres;
61 static ctype _pivoting;
62 static ctype _singular;
63 static ctype _absolute;
66 template <
class ctype>
67 ctype FMatrixPrecision<ctype>::_pivoting = 1E-8;
68 template <
class ctype>
69 ctype FMatrixPrecision<ctype>::_singular = 1E-14;
70 template <
class ctype>
71 ctype FMatrixPrecision<ctype>::_absolute = 1E-80;