OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
FTps.hpp File Reference
#include "FixedAlgebra/FTps.h"
#include "FixedAlgebra/FTpsData.h"
#include "Algebra/Array1D.h"
#include "FixedAlgebra/FArray1D.h"
#include "FixedAlgebra/FMatrix.h"
#include "FixedAlgebra/FMonomial.h"
#include "FixedAlgebra/FVector.h"
#include "Utilities/ConvergenceError.h"
#include "Utilities/DivideError.h"
#include "Utilities/FormatError.h"
#include "Utilities/LogicalError.h"
#include <climits>
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <functional>
#include <string>
Include dependency graph for FTps.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FTpsRep< T, N >
 

Functions

template<class T , int N>
FTps< T, N > operator+ (const FTps< T, N > &lhs, const FTps< T, N > &rhs)
 Add. More...
 
template<class T , int N>
FTps< T, N > operator- (const FTps< T, N > &lhs, const FTps< T, N > &rhs)
 Subtract. More...
 
template<class T , int N>
FTps< T, N > operator+ (const FTps< T, N > &lhs, const T &rhs)
 Add. More...
 
template<class T , int N>
FTps< T, N > operator- (const FTps< T, N > &lhs, const T &rhs)
 Subtract. More...
 
template<class T , int N>
FTps< T, N > operator+ (const T &lhs, const FTps< T, N > &rhs)
 Add. More...
 
template<class T , int N>
FTps< T, N > operator- (const T &lhs, const FTps< T, N > &rhs)
 Subtract. More...
 
template<class T , int N>
FTps< T, N > operator* (const FTps< T, N > &lhs, const FTps< T, N > &rhs)
 Multiply. More...
 
template<class T , int N>
FTps< T, N > operator/ (const FTps< T, N > &lhs, const FTps< T, N > &rhs)
 Divide. More...
 
template<class T , int N>
FTps< T, N > operator* (const FTps< T, N > &lhs, const T &rhs)
 Multiply. More...
 
template<class T , int N>
FTps< T, N > operator/ (const FTps< T, N > &lhs, const T &rhs)
 Divide. More...
 
template<class T , int N>
FTps< T, N > operator* (const T &lhs, const FTps< T, N > &rhs)
 Multiply. More...
 
template<class T , int N>
FTps< T, N > operator/ (const T &lhs, const FTps< T, N > &rhs)
 Divide. More...
 
template<class T , int N>
bool operator== (const T &lhs, const FTps< T, N > &rhs)
 Equality. More...
 
template<class T , int N>
bool operator!= (const T &lhs, const FTps< T, N > &rhs)
 Inequality. More...
 
template<class T , int N>
FVps< T, N > ExpMap (const FTps< T, N > &H, int trunc)
 Build the exponential series. More...
 
template<class T , int N>
FTps< T, N > ExpMap (const FTps< T, N > &H, const FTps< T, N > &f, int trunc)
 Build the exponential series. More...
 
template<class T , int N>
FTps< T, N > PoissonBracket (const FTps< T, N > &f, const FTps< T, N > &g, int trunc)
 Poisson bracket. More...
 
template<class T , int N>
std::istream & operator>> (std::istream &is, FTps< T, N > &tps)
 Extract FTps from stream [b]is[/b]. More...
 
template<class T , int N>
std::ostream & operator<< (std::ostream &os, const FTps< T, N > &tps)
 Insert FTps into stream [b]os[/b]. More...
 

Function Documentation

template<class T , int N>
FVps<T, N> ExpMap ( const FTps< T, N > &  H,
int  trunc 
)
template<class T , int N>
FTps<T, N> ExpMap ( const FTps< T, N > &  H,
const FTps< T, N > &  f,
int  trunc 
)

Build the exponential series.

Definition at line 2000 of file FTps.hpp.

References FTps< T, N >::derivative(), endl(), FTps< T, N >::getMinOrder(), FTps< T, N >::getTruncOrder(), min(), FTps< T, N >::multiply(), FTps< T, N >::setTruncOrder(), and T.

Here is the call graph for this function:

template<class T , int N>
bool operator!= ( const T lhs,
const FTps< T, N > &  rhs 
)

Inequality.

Definition at line 1988 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator* ( const FTps< T, N > &  lhs,
const FTps< T, N > &  rhs 
)

Multiply.

Definition at line 1942 of file FTps.hpp.

References FTps< T, N >::multiply().

Here is the call graph for this function:

template<class T , int N>
FTps<T, N> operator* ( const FTps< T, N > &  lhs,
const T rhs 
)

Multiply.

Definition at line 1955 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator* ( const T lhs,
const FTps< T, N > &  rhs 
)

Multiply.

Definition at line 1969 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator+ ( const FTps< T, N > &  lhs,
const FTps< T, N > &  rhs 
)
template<class T , int N>
FTps<T, N> operator+ ( const FTps< T, N > &  lhs,
const T rhs 
)

Add.

Definition at line 1914 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator+ ( const T lhs,
const FTps< T, N > &  rhs 
)

Add.

Definition at line 1928 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator- ( const FTps< T, N > &  lhs,
const FTps< T, N > &  rhs 
)
template<class T , int N>
FTps<T, N> operator- ( const FTps< T, N > &  lhs,
const T rhs 
)

Subtract.

Definition at line 1921 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator- ( const T lhs,
const FTps< T, N > &  rhs 
)

Subtract.

Definition at line 1935 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator/ ( const FTps< T, N > &  lhs,
const FTps< T, N > &  rhs 
)

Divide.

Definition at line 1949 of file FTps.hpp.

References FTps< T, N >::divide().

Here is the call graph for this function:

template<class T , int N>
FTps<T, N> operator/ ( const FTps< T, N > &  lhs,
const T rhs 
)

Divide.

Definition at line 1962 of file FTps.hpp.

template<class T , int N>
FTps<T, N> operator/ ( const T lhs,
const FTps< T, N > &  rhs 
)

Divide.

Definition at line 1976 of file FTps.hpp.

References FTps< T, N >::inverse().

Here is the call graph for this function:

template<class T , int N>
std::ostream& operator<< ( std::ostream &  os,
const FTps< T, N > &  tps 
)

Insert FTps into stream [b]os[/b].

Definition at line 2098 of file FTps.hpp.

template<class T , int N>
bool operator== ( const T lhs,
const FTps< T, N > &  rhs 
)

Equality.

Definition at line 1982 of file FTps.hpp.

template<class T , int N>
std::istream& operator>> ( std::istream &  is,
FTps< T, N > &  tps 
)

Extract FTps from stream [b]is[/b].

Definition at line 2092 of file FTps.hpp.

References FTps< T, N >::get().

Here is the call graph for this function:

template<class T , int N>
FTps<T, N> PoissonBracket ( const FTps< T, N > &  f,
const FTps< T, N > &  g,
int  trunc 
)

Poisson bracket.

Definition at line 2058 of file FTps.hpp.

References FTps< T, N >::derivative(), FTps< T, N >::getMaxOrder(), FTps< T, N >::getMinOrder(), FTps< T, N >::getTruncOrder(), max(), min(), and FTps< T, N >::multiply().

Here is the call graph for this function: