OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Member Functions | Private Attributes | List of all members
FStaticFP< N > Class Template Reference

Static fixed point of a Truncated power series map. More...

#include <FStaticFP.h>

Collaboration diagram for FStaticFP< N >:
Collaboration graph
[legend]

Public Member Functions

 FStaticFP (const FVps< double, N > &map)
 Constructor. More...
 
 FStaticFP ()
 
 FStaticFP (const FStaticFP &rhs)
 
 ~FStaticFP ()
 
const FVps< double, N > & getDispersion () const
 Get the dispersion map. More...
 
const FVps< double, N > & getFixedPoint () const
 Get the transformation to the fixed point. More...
 
const FVps< double, N > & getFixedPointMap () const
 Get the map around the fixed point. More...
 

Private Member Functions

void operator= (const FStaticFP &)
 

Private Attributes

FVps< double, N > fixedPoint
 
FVps< double, N > fixedPointMap
 

Detailed Description

template<int N>
class FStaticFP< N >

Static fixed point of a Truncated power series map.

Definition at line 32 of file FStaticFP.h.

Constructor & Destructor Documentation

template<int N>
FStaticFP< N >::FStaticFP ( const FVps< double, N > &  map)
template<int N>
FStaticFP< N >::FStaticFP ( )

Definition at line 77 of file FStaticFP.h.

template<int N>
FStaticFP< N >::FStaticFP ( const FStaticFP< N > &  rhs)

Definition at line 83 of file FStaticFP.h.

template<int N>
FStaticFP< N >::~FStaticFP ( )

Definition at line 194 of file FStaticFP.h.

Member Function Documentation

template<int N>
const FVps<double, N>& FStaticFP< N >::getDispersion ( ) const

Get the dispersion map.

template<int N>
const FVps< double, N > & FStaticFP< N >::getFixedPoint ( ) const

Get the transformation to the fixed point.

Definition at line 199 of file FStaticFP.h.

Referenced by Period::fill().

template<int N>
const FVps< double, N > & FStaticFP< N >::getFixedPointMap ( ) const

Get the map around the fixed point.

Definition at line 205 of file FStaticFP.h.

Referenced by Period::fill().

template<int N>
void FStaticFP< N >::operator= ( const FStaticFP< N > &  )
private

Member Data Documentation

template<int N>
FVps<double, N> FStaticFP< N >::fixedPoint
private

Definition at line 59 of file FStaticFP.h.

Referenced by FStaticFP< N >::FStaticFP().

template<int N>
FVps<double, N> FStaticFP< N >::fixedPointMap
private

Definition at line 62 of file FStaticFP.h.

Referenced by FStaticFP< N >::FStaticFP().


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