OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
Classes | Functions
Taylor.h File Reference
#include "Algebra/Array1D.h"
#include "FixedAlgebra/Taylor.hpp"
Include dependency graph for Taylor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Taylor< T >
 A representation for a Taylor series in one variable,. More...
 

Functions

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

Function Documentation

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

Multiply by scalar.

Definition at line 235 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), test::result, and Attrib::Legacy::Distribution::T.

Here is the call graph for this function:

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

Multiply by scalar.

Definition at line 248 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), test::result, and Attrib::Legacy::Distribution::T.

Here is the call graph for this function:

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

Add.

Definition at line 203 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), max(), test::result, and Attrib::Legacy::Distribution::T.

Here is the call graph for this function:

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

Subtract.

Definition at line 219 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), max(), test::result, and Attrib::Legacy::Distribution::T.

Here is the call graph for this function:

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

Divide by scalar.

Definition at line 261 of file Taylor.hpp.

References Taylor< T >::begin(), Taylor< T >::end(), Taylor< T >::getOrder(), test::result, and Attrib::Legacy::Distribution::T.

Here is the call graph for this function:

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

Output.

Definition at line 290 of file Taylor.hpp.

References endl().

Here is the call graph for this function:

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

Poisson bracket of two Taylor seriess.

Definition at line 274 of file Taylor.hpp.

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

Here is the call graph for this function: