|
OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
#include "Algebra/Matrix.h"#include "Algebra/Vector.h"#include "Algebra/Tps.h"#include "Algebra/TpsData.h"#include "Algebra/VpsInvMap.h"#include "Utilities/ConvergenceError.h"#include "Utilities/LogicalError.h"#include <iosfwd>

Go to the source code of this file.
Classes | |
| class | LieMap< T > |
| Lie algebraic map. More... | |
Functions | |
| template<class T > | |
| Tps< T > | PoissonBracket (const Tps< T > &x, const Tps< T > &y) |
| Poisson bracket. More... | |
| template<class T > | |
| Vps< T > | PoissonBracket (const Tps< T > &x, const Vps< T > &y) |
| Poisson bracket. More... | |
| template<class T > | |
| std::istream & | operator>> (std::istream &, LieMap< T > &x) |
| Extract LieMap<T> from stream. More... | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &, const LieMap< T > &x) |
| Insert LieMap<T> to stream. More... | |
Extract LieMap<T> from stream.
Definition at line 231 of file LieMap.h.
References Vps< T >::get().

Poisson bracket.
Definition at line 154 of file LieMap.h.
References Tps< T >::derivative().
Referenced by DragtFinnMap< N >::catenateZero(), DragtFinnMap< N >::factorDouglas(), DragtFinnMap< N >::move_g_1(), PoissonBracket(), DragtFinnMap< N >::reverse(), DragtFinnMap< N >::trackOrbit(), and DragtFinnMap< N >::transform().

1.8.5