Dune::FMatrixPrecision< ctype > Class Template Reference
[Dense Matrix and Vector Template Library]

Precisions for calculations with FieldMatrix and FieldVector. More...

#include <dune/common/precision.hh>

List of all members.

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

Detailed Description

template<class ctype = double>
class Dune::FMatrixPrecision< ctype >

Precisions for calculations with FieldMatrix and FieldVector.


Member Function Documentation

template<class ctype = double>
static ctype Dune::FMatrixPrecision< ctype >::absolute_limit (  )  [inline, static]

return threshold to declare matrix singular

template<class ctype = double>
static ctype Dune::FMatrixPrecision< ctype >::pivoting_limit (  )  [inline, static]

return threshold to do pivoting

template<class ctype = double>
static void Dune::FMatrixPrecision< ctype >::set_absolute_limit ( ctype  absthres  )  [inline, static]

set singular threshold

template<class ctype = double>
static void Dune::FMatrixPrecision< ctype >::set_pivoting_limit ( ctype  pivthres  )  [inline, static]

set pivoting threshold

template<class ctype = double>
static void Dune::FMatrixPrecision< ctype >::set_singular_limit ( ctype  singthres  )  [inline, static]

set singular threshold

template<class ctype = double>
static ctype Dune::FMatrixPrecision< ctype >::singular_limit (  )  [inline, static]

return threshold to declare matrix singular


The documentation for this class was generated from the following file:
Generated on Mon Apr 26 10:45:23 2010 for dune-common by  doxygen 1.6.3