| 
    CAPD::DynSys Library
    6.0.0
    
   | 
 
#include <string>#include <sstream>#include <stdexcept>#include "capd/basicalg/factrial.h"#include "capd/diffAlgebra/TimeRange.h"#include "capd/dynset/EnclosureHolder.h"#include "capd/dynsys/DynSys.h"#include "capd/dynset/SetTraits.h"Classes | |
| class | capd::dynset::C0Set< MatrixT > | 
| Common interface of all sets that stores only C0 information (set position).  More... | |
| struct | capd::dynset::SetTraits< C0Set< MatrixT > > | 
| Specialization of Traits class.  More... | |
Namespaces | |
| capd | |
| capd::dynset | |
| Various set representations that can be moved with dynamical systems.  | |
Functions | |
| template<class DS , class V , class M > | |
| void | capd::dynset::computePsi (DS &ds, int p, int q, const typename DS::ScalarType &h, V &psi, M &Dpsi) | 
| This is an algorithm for computation of polynomial part of Hermite-Obreshkov interpolation Used in all HO-sets.  More... | |