Dune::FMatrixPrecision< ctype > Class Template Reference
[Dense Matrix and Vector Template Library]
#include <precision.hh>
Detailed Description
template<class ctype = double>
class Dune::FMatrixPrecision< ctype >
Precisions for calculations with FieldMatrix and FieldVector.
Static Public Member Functions | |
static ctype | pivoting_limit () |
return threshold to do pivoting | |
static void | set_pivoting_limit (ctype pivthres) |
set pivoting threshold | |
static ctype | singular_limit () |
return threshold to declare matrix singular | |
static void | set_singular_limit (ctype singthres) |
set singular threshold | |
static ctype | absolute_limit () |
return threshold to declare matrix singular | |
static void | set_absolute_limit (ctype absthres) |
set singular threshold |
The documentation for this class was generated from the following file: