#include <stdexcept>
#include <vector>
#include "capd/capdlib.h"
#include "capd/matrixAlgorithms/capd2alglib.h"
|
template<class MapT , class V , class M > |
V | 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...
|
|