dune-common 2.1.1
|
Precisions for calculations with FieldMatrix and FieldVector. More...
#include <dune/common/precision.hh>
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 |
Precisions for calculations with FieldMatrix and FieldVector.
static ctype Dune::FMatrixPrecision< ctype >::absolute_limit | ( | ) | [inline, static] |
return threshold to declare matrix singular
static ctype Dune::FMatrixPrecision< ctype >::pivoting_limit | ( | ) | [inline, static] |
return threshold to do pivoting
static void Dune::FMatrixPrecision< ctype >::set_absolute_limit | ( | ctype | absthres | ) | [inline, static] |
set singular threshold
static void Dune::FMatrixPrecision< ctype >::set_pivoting_limit | ( | ctype | pivthres | ) | [inline, static] |
set pivoting threshold
static void Dune::FMatrixPrecision< ctype >::set_singular_limit | ( | ctype | singthres | ) | [inline, static] |
set singular threshold
static ctype Dune::FMatrixPrecision< ctype >::singular_limit | ( | ) | [inline, static] |
return threshold to declare matrix singular