dune-common  2.2.1
Static Public Member Functions | List of all members
Dune::FMatrixPrecision< ctype > Class Template Reference

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 More...
 
static void set_pivoting_limit (ctype pivthres)
 set pivoting threshold More...
 
static ctype singular_limit ()
 return threshold to declare matrix singular More...
 
static void set_singular_limit (ctype singthres)
 set singular threshold More...
 
static ctype absolute_limit ()
 return threshold to declare matrix singular More...
 
static void set_absolute_limit (ctype absthres)
 set singular threshold More...
 

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 ( )
inlinestatic

return threshold to declare matrix singular

template<class ctype = double>
static ctype Dune::FMatrixPrecision< ctype >::pivoting_limit ( )
inlinestatic

return threshold to do pivoting

template<class ctype = double>
static void Dune::FMatrixPrecision< ctype >::set_absolute_limit ( ctype  absthres)
inlinestatic

set singular threshold

template<class ctype = double>
static void Dune::FMatrixPrecision< ctype >::set_pivoting_limit ( ctype  pivthres)
inlinestatic

set pivoting threshold

template<class ctype = double>
static void Dune::FMatrixPrecision< ctype >::set_singular_limit ( ctype  singthres)
inlinestatic

set singular threshold

template<class ctype = double>
static ctype Dune::FMatrixPrecision< ctype >::singular_limit ( )
inlinestatic

return threshold to declare matrix singular


The documentation for this class was generated from the following file: