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

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

#include <FDynamicFP.h>

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

Public Member Functions

 FDynamicFP (const FVps< double, N > &map)
 Constructor. More...
 
 FDynamicFP ()
 
 FDynamicFP (const FDynamicFP &)
 
 ~FDynamicFP ()
 
const FVector< 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 FDynamicFP &)
 

Private Attributes

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

Detailed Description

template<int N>
class FDynamicFP< N >

Dynamic fixed point of a Truncated power series map.

Definition at line 33 of file FDynamicFP.h.

Constructor & Destructor Documentation

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

Definition at line 74 of file FDynamicFP.h.

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

Definition at line 80 of file FDynamicFP.h.

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

Definition at line 122 of file FDynamicFP.h.

Member Function Documentation

template<int N>
const FVector< double, N > & FDynamicFP< N >::getFixedPoint ( ) const

Get the transformation to the fixed point.

Definition at line 127 of file FDynamicFP.h.

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

Get the map around the fixed point.

Definition at line 133 of file FDynamicFP.h.

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

Member Data Documentation

template<int N>
FVector<double, N> FDynamicFP< N >::fixedPoint
private

Definition at line 57 of file FDynamicFP.h.

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

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

Definition at line 60 of file FDynamicFP.h.

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


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