CAPD::DynSys Library  6.0.0
InvariantManifold.h File Reference
#include <stdexcept>
#include <vector>
#include "capd/capdlib.h"
#include "capd/matrixAlgorithms/capd2alglib.h"

Namespaces

 capd
 
 capd::invset
 

Functions

template<class MapT , class V , class M >
capd::invset::computeDerivative (MapT &f, V u, M &A, int period)
 Given a map 'f' it computes the derivative of 'period' iteration of 'f' at 'u'. More...
 
template<class M >
std::pair< typename M::RowVectorType, typename M::RowVectorType > capd::invset::computeCoordSystem (const M &A, M &rVec)
 
template<class MapT , class V , class M >
std::pair< V, V > capd::invset::computeCoordSystem (MapT &f, V u, int period, M &rVec)
 
template<class Map , class V , class Jet >
void capd::invset::oneDimInvariantManifold (Map &f, typename Map::VectorType &x, Jet &jet, int period)
 This is a generic algorithm for computing (nonrigorous) parameterization of one-dimensional invariant manifold at a fixed point x. More...
 

Detailed Description

Author
Daniel Wilczak