5#ifndef DUNE_PRECISION_HH
6#define DUNE_PRECISION_HH
24 template <
class ctype =
double>
41 static ctype _absolute;
44 template <
class ctype>
45 ctype FMatrixPrecision<ctype>::_absolute = 1E-80;
Dune namespace.
Definition alignedallocator.hh:13
Precisions for calculations with FieldMatrix and FieldVector.
Definition precision.hh:25
static ctype absolute_limit()
return threshold to declare matrix singular
Definition precision.hh:28
static void set_absolute_limit(ctype absthres)
set singular threshold
Definition precision.hh:34