| 
    OPAL (Object Oriented Parallel Accelerator Library)
    2.2.0
    
   OPAL 
   | 
 
Static fixed point of a map. More...
#include <StaticFixedPoint.h>

Public Member Functions | |
| StaticFixedPoint (const VpsInvMap< double > &map) | |
| Constructor.  More... | |
| StaticFixedPoint () | |
| StaticFixedPoint (const StaticFixedPoint &rhs) | |
| ~StaticFixedPoint () | |
| const VpsInvMap< double > & | getFixedPoint () const | 
| Get the transformation to the fixed point.  More... | |
| const VpsInvMap< double > & | getFixedPointMap () const | 
| Get map around fixed point.  More... | |
Private Member Functions | |
| void | operator= (const StaticFixedPoint &) | 
Private Attributes | |
| VpsInvMap< double > | fixedPoint | 
| VpsInvMap< double > | fixedPointMap | 
Static fixed point of a map.
Definition at line 34 of file StaticFixedPoint.h.
| StaticFixedPoint::StaticFixedPoint | ( | const VpsInvMap< double > & | map | ) | 
Constructor.
Definition at line 51 of file StaticFixedPoint.cpp.
References abs(), LUMatrix< T >::backSubstitute(), VpsMap< T >::constantTerm(), Vps< T >::filter(), fixedPoint, fixedPointMap, Vps< T >::getDimension(), Vps< T >::getTopOrder(), VpsInvMap< T >::inverse(), VpsMap< T >::linearTerms(), Tps< T >::makeVariable(), and VpsMap< T >::substitute().

| StaticFixedPoint::StaticFixedPoint | ( | ) | 
Definition at line 39 of file StaticFixedPoint.cpp.
| StaticFixedPoint::StaticFixedPoint | ( | const StaticFixedPoint & | rhs | ) | 
Definition at line 45 of file StaticFixedPoint.cpp.
| StaticFixedPoint::~StaticFixedPoint | ( | ) | 
Definition at line 139 of file StaticFixedPoint.cpp.
| const VpsInvMap< double > & StaticFixedPoint::getFixedPoint | ( | ) | const | 
Get the transformation to the fixed point.
Definition at line 143 of file StaticFixedPoint.cpp.
References fixedPoint.
| const VpsInvMap< double > & StaticFixedPoint::getFixedPointMap | ( | ) | const | 
Get map around fixed point.
Definition at line 148 of file StaticFixedPoint.cpp.
References fixedPointMap.
      
  | 
  private | 
      
  | 
  private | 
Definition at line 62 of file StaticFixedPoint.h.
Referenced by getFixedPoint(), and StaticFixedPoint().
      
  | 
  private | 
Definition at line 65 of file StaticFixedPoint.h.
Referenced by getFixedPointMap(), and StaticFixedPoint().
 1.8.5