OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
Taylor.hpp File Reference
#include <numeric>
#include <iomanip>
#include "FixedAlgebra/Taylor.h"
Include dependency graph for Taylor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
Taylor< Toperator+ (const Taylor< T > &lhs, const Taylor< T > &rhs)
 Add. More...
 
template<class T >
Taylor< Toperator- (const Taylor< T > &lhs, const Taylor< T > &rhs)
 Subtract. More...
 
template<class T >
Taylor< Toperator* (const Taylor< T > &lhs, double rhs)
 Multiply by scalar. More...
 
template<class T >
Taylor< Toperator* (double lhs, const Taylor< T > &rhs)
 Multiply by scalar. More...
 
template<class T >
Taylor< Toperator/ (const Taylor< T > &lhs, double rhs)
 Divide by scalar. More...
 
template<class T >
Taylor< TPoissonBracket (const Taylor< T > &lhs, const Taylor< T > &rhs)
 Poisson bracket of two Taylor seriess. More...
 
template<class T >
std::ostream & operator<< (std::ostream &os, const Taylor< T > &series)
 Output. More...
 

Function Documentation

template<class T >
Taylor<T> operator* ( const Taylor< T > &  lhs,
double  rhs 
)

Multiply by scalar.

Definition at line 234 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), and T.

Here is the call graph for this function:

template<class T >
Taylor<T> operator* ( double  lhs,
const Taylor< T > &  rhs 
)

Multiply by scalar.

Definition at line 247 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), and T.

Here is the call graph for this function:

template<class T >
Taylor<T> operator+ ( const Taylor< T > &  lhs,
const Taylor< T > &  rhs 
)

Add.

Definition at line 202 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), max(), and T.

Here is the call graph for this function:

template<class T >
Taylor<T> operator- ( const Taylor< T > &  lhs,
const Taylor< T > &  rhs 
)

Subtract.

Definition at line 218 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), max(), and T.

Here is the call graph for this function:

template<class T >
Taylor<T> operator/ ( const Taylor< T > &  lhs,
double  rhs 
)

Divide by scalar.

Definition at line 260 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), and T.

Here is the call graph for this function:

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const Taylor< T > &  series 
)

Output.

Definition at line 289 of file Taylor.hpp.

References endl().

Here is the call graph for this function:

template<class T >
Taylor<T> PoissonBracket ( const Taylor< T > &  lhs,
const Taylor< T > &  rhs 
)

Poisson bracket of two Taylor seriess.

Definition at line 273 of file Taylor.hpp.

References Taylor< T >::getOrder(), and PoissonBracket().

Here is the call graph for this function: