►Ccapd::dynset::AbstractSet< MatrixT::RowVectorType > | |
►Ccapd::dynset::C0EnclosureHolder< MatrixT::RowVectorType > | |
►Ccapd::dynset::C0Set< BaseSetT::MatrixType > | |
►Ccapd::dynset::C0HOSet< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
Ccapd::pdes::C0HODoubletonSetGeometricTail< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
►Ccapd::dynset::C0Set< MatrixT > | Common interface of all sets that stores only C0 information (set position) |
►Ccapd::dynset::C0DoubletonSet< MatrixT, capd::C0Rect2Policies > | |
Ccapd::diffIncl::InclRect2Set< MatrixT > | Set representation for differential inclusions based on capd::dynset::Rect2Set class |
►Ccapd::dynset::C0DoubletonSet< GeometricBound< capd::interval >::MatrixType, capd::C0Rect2Policies > | |
Ccapd::pdes::C0DoubletonSetGeometricTail< BaseT > | |
Ccapd::dynset::C0AffineSet< MatrixT, Policies > | The set is represented as: x + B*r; and is moved by the following method |
Ccapd::dynset::C0BallSet< MatrixT > | Set is represented as: x + Ball(r) |
►Ccapd::dynset::C0DoubletonSet< MatrixT, Policies > | The set is represented as doubleton: x + C*r0 + B*r; and is moved by the following method |
Ccapd::dynset::C0HODoubletonSet< MatrixT, Policies > | Class C0HODoubletonSet represents a subset of R^n as doubleton, i.e |
Ccapd::dynset::C0FlowballSet< MatrixT > | |
►Ccapd::dynset::C0TripletonSet< MatrixT, Policies > | Class C0TripletonSet represents a subset of R^n in the following form |
Ccapd::dynset::C0HOTripletonSet< MatrixT, Policies > | Class C0HOTripletonSet represents a subset of in the following form |
►Ccapd::dynset::C1EnclosureHolder< MatrixT > | |
►Ccapd::dynset::C1Set< BaseSetT::MatrixType > | |
Ccapd::dynset::C1HOSet< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
►Ccapd::dynset::C1Set< MatrixT > | Common interface of all sets that store C1 informations (set position and first derivatives) |
►Ccapd::dynset::C1DoubletonSet< MatrixT, C11Rect2Policies > | |
Ccapd::dynset::C11Rect2Set< MatrixT > | |
Ccapd::dynset::C11Rect2< MatrixT, QRPolicy > | doubleton set with reorganization moved by QR decomposition (3rd method) |
Ccapd::dynset::C1AffineSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + B*r; |
►Ccapd::dynset::C1DoubletonSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + C*r0 + B*r; |
►Ccapd::pdes::C0DoubletonSetGeometricTail< capd::dynset::C1DoubletonSet< GeometricBound< capd::interval >::MatrixType, Policies > > | |
Ccapd::pdes::C1DoubletonSetGeometricTail< Policies > | |
Ccapd::dynset::C1GraphicalSet< MatrixT, OutputClass > | C1GraphicalSet is an envelope class for any class derived from C1Set. It adds a possibility of an additional Output after each 'move' of the original set |
►Ccapd::dynset::C2EnclosureHolder< MatrixT > | |
►Ccapd::dynset::C2Set< MatrixT > | Common interface of all sets that store C2 information (set position and first and second derivatives) |
Ccapd::dynset::C2DoubletonSet< MatrixT, Policies > | C2 set in doubleton form |
►Ccapd::dynset::CnSet< MatrixT, 0 > | |
Ccapd::dynset::CnDoubletonSet< MatrixT, Policies, DEGREE > | This set stores vector of derivatives with respect to a multiindex alpha as a doubleton |
Ccapd::dynset::CnRect2Set< MatrixT, Policies, DEGREE > | Set that stores all derivatives to given order in doubleton form with reorganization moved by QR decomposition method |
Ccapd::dynset::CnSet< MatrixT, DEGREE > | Common interface of all sets that store Cn information (set position and derivatives to order n) |
CAdvStopwatch | |
Ccapd::dynset::AffineCoordinateChange< MatrixType > | |
►CBaseCurveT | |
►Ccapd::diffAlgebra::Curve< BaseCurveT, capd::TypeTraits< typename BaseCurveT::ScalarType >::isInterval > | |
►Ccapd::diffAlgebra::C2Curve< BaseCurveT, isInterval > | This class provides methods for evaluation of the parametric curve for a given parameter value |
►Ccapd::dynsys::BasicOdeSolver< MapT, capd::dynsys::DLastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::BasicC2OdeSolver< MapT, StepControlT, CurveT > | |
Ccapd::diffAlgebra::CnCurve< BaseCurveT, isInterval > | This class provides methods for evaluation of the parametric curve for a given parameter value |
►Ccapd::diffAlgebra::Curve< BaseCurveT, isInterval > | This class provides methods for evaluation of the parametric curve for a given parameter value |
►Ccapd::diffAlgebra::CnCurve< capd::diffAlgebra::BasicCnCurve< typename MapT::MatrixType > > | |
►Ccapd::dynsys::BasicCnOdeSolver< MapT, capd::dynsys::IEncFoundStepControl, capd::diffAlgebra::CnCurve< capd::diffAlgebra::BasicCnCurve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::CnOdeSolver< MapT, StepControlT, EnclosurePolicyT, CurveT > | |
Ccapd::dynsys::BasicCnOdeSolver< MapT, StepControlT, CurveT > | |
►Ccapd::diffAlgebra::Curve< BaseCurveT, true > | Specialization for interval types |
Ccapd::diffAlgebra::C2Curve< BaseCurveT, true > | |
Ccapd::diffAlgebra::CnCurve< BaseCurveT, true > | |
►CBaseData | |
Ccapd::dynset::HOData< BaseData > | This class is a data structure used in implementation of all types of HO sets |
►CBaseSetT | |
Ccapd::dynset::C0GraphicalSet< BaseSetT, OutputT > | C0GraphicalSet is an envelope class for any class derived from C0Set. It adds a possibility of an additional Output after each 'move' of the original set |
►CBaseSetT::C1BaseSet | |
Ccapd::dynset::C1HOSet< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
►CBaseSetT::Data | |
►Ccapd::dynset::HOData< BaseSetT::Data > | |
Ccapd::dynset::C0HOSet< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
Ccapd::dynset::C1HOSet< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
►CBaseSetT::Policy | |
Ccapd::dynset::C0HOSet< BaseSetT > | This class uses representation of subset of R^n inherited from template parameter |
►Ccapd::threading::BaseTPMap< PM::Solver, typename PM::VectorFieldType > | |
Ccapd::threading::PMap< PM, Section, VectorFieldType > | |
►Ccapd::threading::BaseTPMap< TM::Solver, typename TM::VectorFieldType > | |
Ccapd::threading::TMap< TM, VectorFieldType > | |
►Ccapd::map::BasicFunction< MatrixT::ScalarType > | |
Ccapd::map::Map< MatrixT > | This class is used to represent a map |
►Ccapd::map::BasicFunction< VectorType::ScalarType > | |
►Ccapd::map::Function< MatrixT::RowVectorType > | |
Ccapd::poincare::NonlinearSection< MatrixT > | TimeMap class provides class that serves as Poincare section of the form x_i = c |
Ccapd::map::Function< VectorType > | Class Function represents a function |
►Ccapd::poincare::BasicPoincareMap< SolverT, AbstractSection< typename SolverT::MatrixType > > | |
Ccapd::poincare::PoincareMap< SolverT, SectionT > | PoicareMap class rigorously computes Poincare Map |
►Ccapd::autodiff::AbstractNode< T > | |
Ccapd::autodiff::AcosConstNode< T > | |
Ccapd::autodiff::AcosFunTimeNode< T > | |
Ccapd::autodiff::AcosNode< T > | |
Ccapd::autodiff::AcosTimeNode< T > | |
Ccapd::autodiff::AddNode< T > | |
Ccapd::autodiff::AsinConstNode< T > | |
Ccapd::autodiff::AsinFunTimeNode< T > | |
Ccapd::autodiff::AsinNode< T > | |
Ccapd::autodiff::AsinTimeNode< T > | |
Ccapd::autodiff::AtanConstNode< T > | |
Ccapd::autodiff::AtanFunTimeNode< T > | |
Ccapd::autodiff::AtanNode< T > | |
Ccapd::autodiff::AtanTimeNode< T > | |
Ccapd::autodiff::ConstMinusConstNode< T > | |
Ccapd::autodiff::ConstMinusFunTimeNode< T > | |
Ccapd::autodiff::ConstMinusTimeNode< T > | |
Ccapd::autodiff::ConstMinusVarNode< T > | |
Ccapd::autodiff::ConstPlusConstNode< T > | |
Ccapd::autodiff::ConstPlusFunTimeNode< T > | |
Ccapd::autodiff::ConstPlusTimeNode< T > | |
Ccapd::autodiff::ConstPlusVarNode< T > | |
Ccapd::autodiff::CubeConstNode< T > | |
Ccapd::autodiff::CubeConstNode< T > | |
Ccapd::autodiff::CubeFunTimeNode< T > | |
Ccapd::autodiff::CubeFunTimeNode< T > | |
Ccapd::autodiff::CubeNode< T > | |
Ccapd::autodiff::CubeNode< T > | |
Ccapd::autodiff::CubeTimeNode< T > | |
Ccapd::autodiff::CubeTimeNode< T > | |
Ccapd::autodiff::DivConstByConstNode< T > | |
Ccapd::autodiff::DivFunTimeByConstNode< T > | |
Ccapd::autodiff::DivFunTimeByFunTimeNode< T > | |
Ccapd::autodiff::DivFunTimeByTimeNode< T > | |
Ccapd::autodiff::DivNode< T > | |
Ccapd::autodiff::DivTimeByConstNode< T > | |
Ccapd::autodiff::DivVarByConstNode< T > | |
Ccapd::autodiff::DivVarByFunTimeNode< T > | |
Ccapd::autodiff::DivVarByTimeNode< T > | |
Ccapd::autodiff::ExpConstNode< T > | |
Ccapd::autodiff::ExpFunTimeNode< T > | |
Ccapd::autodiff::ExpNode< T > | |
Ccapd::autodiff::ExpTimeNode< T > | |
Ccapd::autodiff::FunTimeMinusConstNode< T > | |
Ccapd::autodiff::FunTimeMinusFunTimeNode< T > | |
Ccapd::autodiff::FunTimeMinusTimeNode< T > | |
Ccapd::autodiff::FunTimeMinusVarNode< T > | |
Ccapd::autodiff::FunTimePlusFunTimeNode< T > | |
Ccapd::autodiff::FunTimePlusVarNode< T > | |
Ccapd::autodiff::HalfIntPowConstNode< T > | |
Ccapd::autodiff::HalfIntPowFunTimeNode< T > | |
Ccapd::autodiff::HalfIntPowNode< T > | |
Ccapd::autodiff::HalfIntPowTimeNode< T > | |
Ccapd::autodiff::LogConstNode< T > | |
Ccapd::autodiff::LogFunTimeNode< T > | |
Ccapd::autodiff::LogNode< T > | |
Ccapd::autodiff::LogTimeNode< T > | |
Ccapd::autodiff::MulConstByConstNode< T > | |
Ccapd::autodiff::MulConstByFunTimeNode< T > | |
Ccapd::autodiff::MulConstByTimeNode< T > | |
Ccapd::autodiff::MulConstByVarNode< T > | |
Ccapd::autodiff::MulFunTimeByFunTimeNode< T > | |
Ccapd::autodiff::MulFunTimeByVarNode< T > | |
Ccapd::autodiff::MulNode< T > | |
Ccapd::autodiff::MulTimeByFunTimeNode< T > | |
Ccapd::autodiff::MulTimeByVarNode< T > | |
Ccapd::autodiff::NaturalPowConstNode< T > | |
Ccapd::autodiff::NaturalPowFunTimeNode< T > | |
Ccapd::autodiff::NaturalPowNode< T > | |
Ccapd::autodiff::NaturalPowTimeNode< T > | |
Ccapd::autodiff::NegIntPowConstNode< T > | |
Ccapd::autodiff::NegIntPowFunTimeNode< T > | |
Ccapd::autodiff::NegIntPowNode< T > | |
Ccapd::autodiff::NegIntPowTimeNode< T > | |
Ccapd::autodiff::OneMinusSqrConstNode< T > | |
Ccapd::autodiff::OneMinusSqrFunTimeNode< T > | |
Ccapd::autodiff::OneMinusSqrNode< T > | |
Ccapd::autodiff::OneMinusSqrTimeNode< T > | |
Ccapd::autodiff::PowConstNode< T > | |
Ccapd::autodiff::PowFunTimeNode< T > | |
Ccapd::autodiff::PowNode< T > | |
Ccapd::autodiff::PowTimeNode< T > | |
Ccapd::autodiff::QuarticConstNode< T > | |
Ccapd::autodiff::QuarticConstNode< T > | |
Ccapd::autodiff::QuarticFunTimeNode< T > | |
Ccapd::autodiff::QuarticFunTimeNode< T > | |
Ccapd::autodiff::QuarticNode< T > | |
Ccapd::autodiff::QuarticNode< T > | |
Ccapd::autodiff::QuarticTimeNode< T > | |
Ccapd::autodiff::QuarticTimeNode< T > | |
Ccapd::autodiff::SinConstNode< T > | |
Ccapd::autodiff::SinFunTimeNode< T > | |
Ccapd::autodiff::SinNode< T > | |
Ccapd::autodiff::SinTimeNode< T > | |
Ccapd::autodiff::SqrConstNode< T > | |
Ccapd::autodiff::SqrFunTimeNode< T > | |
Ccapd::autodiff::SqrNode< T > | |
Ccapd::autodiff::SqrTimeNode< T > | |
Ccapd::autodiff::SqrtConstNode< T > | |
Ccapd::autodiff::SqrtFunTimeNode< T > | |
Ccapd::autodiff::SqrtNode< T > | |
Ccapd::autodiff::SqrtTimeNode< T > | |
Ccapd::autodiff::SubNode< T > | |
Ccapd::autodiff::TimeMinusConstNode< T > | |
Ccapd::autodiff::TimeMinusFunTimeNode< T > | |
Ccapd::autodiff::TimeMinusVarNode< T > | |
Ccapd::autodiff::TimePlusFunTimeNode< T > | |
Ccapd::autodiff::TimePlusVarNode< T > | |
Ccapd::autodiff::UnaryMinusConstNode< T > | |
Ccapd::autodiff::UnaryMinusFunTimeNode< T > | |
Ccapd::autodiff::UnaryMinusNode< T > | |
Ccapd::autodiff::UnaryMinusTimeNode< T > | |
Ccapd::autodiff::VarMinusConstNode< T > | |
Ccapd::autodiff::VarMinusFunTimeNode< T > | |
Ccapd::autodiff::VarMinusTimeNode< T > | |
Ccapd::autodiff::DagIndexer< ScalarT > | |
►Ccapd::autodiff::Int4 | |
Ccapd::autodiff::Node | |
Ccapd::autodiff::MaskIterator< T > | |
Ccapd::autodiff::MultiindexData | Stores information about decomposition of a Multiinex 'z' into possible sums of x+y=z Used to optimizs convolutions. All the data here is redundant and precomputed to avoid extra runtime computation |
Ccapd::auxil::ApplicationDesc | |
►Ccapd::auxil::argelement | This is a helper class which defines common properties of a command-line argument bound with any type of a variable |
Ccapd::auxil::argunit< type > | This is a helper class which defines one command-line argument which is bound with some specific variable. It is an extension of the "argelement" class defined in terms of a template whose parameter is the type of the variable which is to be set based on the value provided in the command line |
Ccapd::auxil::argflags | This is a helper class which defines specific flags indicating various types of command-line arguments and the state of interpreting them |
Ccapd::auxil::arguments | The objects of this class gather the expected command-line arguments and decode them. It is recommended that you use the various functions called "arg" to enqueue the arguments into the list of arguments. When the list is complete, one just calls the "analyze" method of the class. Detailed instructions are gathered in the "arg.txt" file. The program "argtest.cpp" and most CHomP programs very well illustrate how to use various features of this class |
Ccapd::auxil::BuildInfo | |
Ccapd::auxil::CAPDConfig | |
Ccapd::auxil::ComposedFunctor< Op2, Op1 > | |
Ccapd::auxil::ConfigFileReader::CAPD_LOGGER | |
Ccapd::auxil::Counter< T > | Counter add to each object of given class unique id and also counts number of objects created and existing |
Ccapd::auxil::Functor< valType, argType > | |
Ccapd::auxil::Logger | |
Ccapd::auxil::OutputStream | This class defines an output stream for replacing the standard 'cout'. It has the additional features of flushing the output after every operation, suppressing the output, or logging the output to a file |
Ccapd::auxil::OutputStream::mute | Local mute of the stream. This class defines an object which makes the stream mute by suppressing output to both the screen and the log file and restores its setting when the object is destroyed |
Ccapd::auxil::RemoveConst< T > | |
Ccapd::auxil::RemoveConst< const T > | |
Ccapd::auxil::timeused | A class that stores the time at which it was initialized and then returns or displays the time used since the initialization. It displays this time when the destructor is invoked, e.g., at the end of program run. This class is used in most of the CHomP programs to measure the time used for the computations |
Ccapd::basicalg::a_diee | |
Ccapd::basicalg::a_fiee | |
Ccapd::basicalg::Primitive | |
Ccapd::basicalg::whitespace< T > | |
Ccapd::Binomial< N, K > | |
Ccapd::Binomial< 0, 0 > | |
Ccapd::Binomial< 0, K > | |
Ccapd::Binomial< N, 0 > | |
Ccapd::Binomial< N, N > | |
Ccapd::covrel::CheckCoveringRelation2DParameters | |
Ccapd::covrel::GridSet< MatrixT > | This class is used to store a grid of a sets in the form center[i] + M * r |
Ccapd::covrel::GridSets< SetT > | This class is used to store a grid of a sets in the form center[i] + M * r |
►Ccapd::covrel::HSet< VectorT, IVectorT > | This is an abstract class for h-sets - from paper by Gidea-Zgliczynski 'Covering relations ...' http://www.im.uj.edu.pl/~zgliczyn |
Ccapd::covrel::HSetND< VectorT, IVectorT, MatrixT, IMatrixT > | This class provides a h-set in an arbitrary dimension |
Ccapd::covrel::QuadraticForm< MatrixT > | |
Ccapd::cxsc::Interval | CAPD interface for interval library cxsc |
Ccapd::diffAlgebra::CoeffTraits< CoeffT > | This class provides a trait of being set of a given type, i.e |
Ccapd::diffAlgebra::CoeffTraits< C0TimeJet< VectorT > > | |
Ccapd::diffAlgebra::CoeffTraits< C1TimeJet< MatrixT > > | |
Ccapd::diffAlgebra::CoeffTraits< C2TimeJet< MatrixT > > | |
Ccapd::diffAlgebra::CoeffTraits< CnTimeJet< MatrixT, DEGREE > > | |
►Ccapd::diffAlgebra::CurveInterface< MatrixT > | This class provides common interface for all types of curves |
Ccapd::diffAlgebra::BasicCnCurve< MatrixT > | This class is a data structure for storing of a parametric curve together with its partial derivatives with respect to initial point up to desired order |
►Ccapd::diffAlgebra::BasicCurve< MatrixT > | This class is a data structure for storing of a parametric curve together with first order derivatives with respect to initial point |
►Ccapd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | |
►Ccapd::dynsys::BasicOdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::OdeSolver< MapT, StepControlPolicyT, EnclosurePolicy, CurveT > | |
►Ccapd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | MapT constraints: type definitions: |
►Ccapd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
Ccapd::dynsys::OdeSolver< typename MapT::MapType > | |
►Ccapd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
Ccapd::diffAlgebra::BasicC2Curve< MatrixT > | This class is a data structure for storing of a parametric curve together with first and second order derivatives with respect to initial point |
►Ccapd::diffAlgebra::FadCurve< MatrixT > | |
►Ccapd::diffAlgebra::Curve< capd::diffAlgebra::FadCurve< FadMapT::MatrixType > > | |
►Ccapd::dynsys::BasicFadOdeSolver< FadMapT, capd::dynsys::IEncFoundStepControl > | |
Ccapd::dynsys::FadOdeSolver< FadMapT, StepControlT > | |
Ccapd::dynsys::BasicFadOdeSolver< FadMapT, StepControlT > | |
Ccapd::diffAlgebra::HomogenousPolynomial< Scalar > | Class HomogenousPolynomial provides indexing and some algorithms for multivariate homogenous polynomials. It does not store the coefficients of the polynomial. It is assumed that the memory is already allocated in a continuous block |
Ccapd::diffAlgebra::Jet< MatrixT, DEGREE >::rebind< U > | |
►Ccapd::diffAlgebra::ParametricCurve< MatrixT, VectorT > | This file defines an abstract class that represents parametric curve in |
Ccapd::pdes::PdeCurve< VectorType > | |
Ccapd::diffAlgebra::TimeRange< IntervalT > | TimeRange is a base class for all types of sets. It stores the current time in ODE case or number of iterations in the case of discrete dynamical system case |
Ccapd::diffIncl::DiffInclusion< MapT, DynSysT > | Base class for rigorous integration of differential inclusions |
Ccapd::diffIncl::DiffInclusionSetMove< T, SetT > | |
Ccapd::diffIncl::MultiMap< FMapT, GMapT > | A multi map for differential inclusions |
►Ccapd::dynset::AbstractSet< VectorT > | |
Ccapd::dynset::C0EnclosureHolder< VectorT > | These classes are used as base classes for all types of C^0-C^n sets |
Ccapd::dynset::AffineCoordinateChange< MatrixT > | Affine Coordinate system Change y = y0 + B*(x-x0) |
Ccapd::dynset::CoordinateSystem< MatrixT > | Defines coordinate system |
►Ccapd::dynset::DoubletonData< MatrixT > | This class is a data structure used in implementation of all types of Doubleton and Tripleton sets |
Ccapd::dynset::C0DoubletonSet< MatrixT, capd::C0Rect2Policies > | |
Ccapd::dynset::C0DoubletonSet< GeometricBound< capd::interval >::MatrixType, capd::C0Rect2Policies > | |
Ccapd::dynset::C0DoubletonSet< MatrixT, Policies > | The set is represented as doubleton: x + C*r0 + B*r; and is moved by the following method |
►Ccapd::dynset::C1DoubletonData< MatrixT > | |
Ccapd::dynset::C1DoubletonSet< MatrixT, C11Rect2Policies > | |
Ccapd::dynset::C1DoubletonSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + C*r0 + B*r; |
Ccapd::dynset::C2DoubletonSet< MatrixT, Policies > | C2 set in doubleton form |
►Ccapd::dynset::TripletonData< MatrixT > | |
Ccapd::dynset::C0TripletonSet< MatrixT, Policies > | Class C0TripletonSet represents a subset of R^n in the following form |
►Ccapd::dynset::IdQRPolicy | |
►Ccapd::dynset::DefaultPolicy | |
►Ccapd::dynset::FactorPolicy< DefaultPolicy > | |
Ccapd::dynset::CoordWiseReorganization< BasePolicy > | In this reorganization policy column vector B_i corresponding to the biggest coordinate in r (r_i) replaces vector in C_j the 'closest' to B_i and the r_i is moved to r0 |
►Ccapd::dynset::FactorReorganization< BasePolicy > | Factor based reorganization |
Ccapd::dynset::C0DoubletonSet< MatrixT, capd::C0Rect2Policies > | |
Ccapd::dynset::C0DoubletonSet< GeometricBound< capd::interval >::MatrixType, capd::C0Rect2Policies > | |
Ccapd::dynset::C1DoubletonSet< MatrixT, C11Rect2Policies > | |
Ccapd::dynset::InvBByCFactorReorganization< BasePolicy > | Factor based reorganization for C1 sets |
Ccapd::dynset::QRReorganization< BasePolicy > | During reorganization we orthogonalize B |
►Ccapd::dynset::FactorPolicy< BasePolicy > | |
Ccapd::dynset::SwapReorganization< BasePolicy > | Reorganization is performed if r is bigger than r0 but in coordinate system of r |
Ccapd::dynset::FullQRWithPivoting< BasePolicy > | |
Ccapd::dynset::InverseQRPolicy< BasePolicy > | |
Ccapd::dynset::PartialQRWithPivoting< N, BasePolicy > | |
Ccapd::dynset::SelectiveQRWithPivoting< BasePolicy > | Vectors are orthogonalized only if they are close to be parallel |
Ccapd::dynset::SwapReorganization< BasePolicy > | Reorganization is performed if r is bigger than r0 but in coordinate system of r |
►Ccapd::dynset::MemberFactorPolicy | |
Ccapd::dynset::CanonicalReorganization< DoubletonT, FactorPolicyT > | During reorganization we set C and B to Identity and put everything into r0 |
►Ccapd::dynset::NoReorganization | Reorganization that does nothing |
Ccapd::dynset::DefaultPolicy | |
Ccapd::dynset::SetTraits< SetT > | This class provides a trait of being set of a given type, i.e |
Ccapd::dynset::SetTraits< C0Set< MatrixT > > | Specialization of Traits class |
Ccapd::dynset::SetTraits< C1Set< MatrixT > > | |
Ccapd::dynset::SetTraits< C2Set< MatrixT > > | |
Ccapd::dynset::SetTraits< CnSet< MatrixT, DEGREE > > | |
Ccapd::dynsys::C1JetMove< T, JetT, isC0JetOrC2Jet > | |
Ccapd::dynsys::C1JetMove< T, JetT, false > | |
Ccapd::dynsys::C1SetMove< T, SetT, isSet > | |
Ccapd::dynsys::C1SetMove< T, SetT, false > | |
Ccapd::dynsys::C2JetMove< T, JetT, isC0JetOrC2Jet > | |
Ccapd::dynsys::C2JetMove< T, JetT, false > | |
Ccapd::dynsys::C2SetMove< T, SetT, isSet > | |
Ccapd::dynsys::C2SetMove< T, SetT, false > | |
Ccapd::dynsys::CnJetMove< T, JetT, isC0JetOrC2Jet > | |
Ccapd::dynsys::CnJetMove< T, JetT, false > | |
Ccapd::dynsys::CnSetMove< T, SetT, isSet > | |
Ccapd::dynsys::CnSetMove< T, SetT, false > | |
Ccapd::dynsys::DLastTermsStepControl | |
►Ccapd::dynsys::DynSys< MatrixT > | Class dynsys is an abstract class representing a discrete dynamical system |
►Ccapd::dynsys::C1DynSys< FadMapT::MatrixType > | |
Ccapd::dynsys::FadOdeSolver< FadMapT, StepControlT > | |
►Ccapd::dynsys::C1DynSys< MatrixT > | |
►Ccapd::dynsys::C2DynSys< MatrixT > | |
Ccapd::dynsys::CnDynSys< MatrixT > | |
Ccapd::dynsys::Linear2d< MatrixT > | |
Ccapd::dynsys::Linear3d< MatrixT > | |
Ccapd::dynsys::FadFunction< VectorT > | |
►Ccapd::dynsys::FadMap< Scalar, D > | |
Ccapd::dynsys::LorenzFadMap< Scalar, D > | Sample implementation of FadMap. This class implements the vector field for the Lorenz system. Template parameters are: Scalar: double, interval, MpFloat, MpInterval, etc. D: in this case either 3 or 0. If D=3 then vectors and matrices are allocated on stack and the computations are much faster but we must know they dimension at compile time. This forces separate compilation of all the classes like vectors and matrices for this particular dimension. D=0 means that vectors and matrices are allocated on the storage and they can be of arbitrary dimension specified at runtime |
Ccapd::dynsys::FirstOrderEnclosure | |
Ccapd::dynsys::FixedStepControl< ScalarType > | |
Ccapd::dynsys::FlowballSet< MatrixType > | |
Ccapd::dynsys::HighOrderEnclosure | This file defines class for computation of [C0-C2] rough enclosure to an ODE by high order Taylor method |
Ccapd::dynsys::HOSolver< MatrixT > | |
Ccapd::dynsys::IEncFoundStepControl | |
Ccapd::dynsys::ILastTermsStepControl | |
Ccapd::dynsys::LorenzSection< Scalar, D > | |
Ccapd::dynsys::MpLastTermsStepControl | |
Ccapd::dynsys::NoStepControl | This class provides an empty time step control for the solutions to ODEs. It contains an interface for other implementations of TSC |
Ccapd::dynsys::NoStepControlInterface< StepControlT > | |
Ccapd::dynsys::OdeTraits< MapT > | Defines characteristic traits of ODE |
►Ccapd::dynsys::StepControlInterface< StepControlT, Scalar > | This class is a common interface for StepControl used in PoincareMap and TimeMap. Both classes inherit this interface |
Ccapd::dynsys::BasicCnOdeSolver< MapT, capd::dynsys::IEncFoundStepControl, capd::diffAlgebra::CnCurve< capd::diffAlgebra::BasicCnCurve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::BasicFadOdeSolver< FadMapT, capd::dynsys::IEncFoundStepControl > | |
Ccapd::dynsys::BasicOdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::StepControlInterface< MpLastTermsStepControl, Scalar > | This class is a common interface for StepControl used in PoincareMap and TimeMap. Both classes inherit this interface |
Ccapd::Factorial< N > | |
Ccapd::Factorial< 0 > | |
Ccapd::Factorial< 1 > | |
Ccapd::fields::Complex< T > | Class Complex represents complex number |
Ccapd::filib::Interval< T, R, M > | CAPD interface for fast interval library filib |
►Ccapd::geomset::AffineSet< MatrixT > | Affine set representanion of the form x0 + B*r |
►Ccapd::geomset::CenteredAffineSet< MatrixT > | Affine set representation of the form x + B * r which assures that r contains zero |
Ccapd::dynset::C0AffineSet< MatrixT, Policies > | The set is represented as: x + B*r; and is moved by the following method |
Ccapd::dynset::C1AffineSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + B*r; |
►Ccapd::geomset::DoubletonSet< MatrixT > | Doubleton representation of the form x0 + C*r0 + B*r |
►Ccapd::geomset::CenteredDoubletonSet< MatrixT > | Doubleton representation of the form x0 + C*r0 + B*r which checks if r0 and r contain 0 |
Ccapd::dynset::C0DoubletonSet< MatrixT, capd::C0Rect2Policies > | |
Ccapd::dynset::C0DoubletonSet< GeometricBound< capd::interval >::MatrixType, capd::C0Rect2Policies > | |
Ccapd::dynset::C1DoubletonSet< MatrixT, C11Rect2Policies > | |
Ccapd::dynset::C0DoubletonSet< MatrixT, Policies > | The set is represented as doubleton: x + C*r0 + B*r; and is moved by the following method |
Ccapd::dynset::C1DoubletonSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + C*r0 + B*r; |
Ccapd::dynset::C2DoubletonSet< MatrixT, Policies > | C2 set in doubleton form |
►Ccapd::geomset::CenteredTripletonSet< MatrixT > | Class CenteredTripletonSet represents a subset of R^n in the following form |
Ccapd::dynset::C0TripletonSet< MatrixT, Policies > | Class C0TripletonSet represents a subset of R^n in the following form |
►Ccapd::geomset::MatrixAffineSet< MatrixT > | Set of matrices represented as D + Bjac * R |
Ccapd::dynset::C1AffineSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + B*r; |
►Ccapd::geomset::MatrixDoubletonSet< MatrixT > | Set of matrices represented as D + Cjac * R0 + Bjac * R |
Ccapd::dynset::C1DoubletonSet< MatrixT, C11Rect2Policies > | |
Ccapd::dynset::C1DoubletonSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + C*r0 + B*r; |
Ccapd::dynset::C2DoubletonSet< MatrixT, Policies > | C2 set in doubleton form |
►Ccapd::IntegralTypeTraits< T > | |
►Ccapd::FloatingTypeTraits< double > | |
Ccapd::TypeTraits< double > | Traits of type double |
►Ccapd::FloatingTypeTraits< float > | |
Ccapd::TypeTraits< float > | Traits of type float |
►Ccapd::FloatingTypeTraits< long double > | |
Ccapd::TypeTraits< long double > | Traits of type long double |
Ccapd::FloatingTypeTraits< T > | |
Ccapd::intervals::Interval< T_Bound, T_Rnd > | Definition of template class Interval |
Ccapd::intervals::IntervalIOTraits< T_Bound > | |
Ccapd::intervals::IntervalIOTraits< double > | |
Ccapd::intervals::IntervalIOTraits< float > | |
Ccapd::intervals::IntervalIOTraits< MpReal > | |
Ccapd::intervals::IntervalTraits< T_Bound > | |
Ccapd::intervals::IntervalTraits< double > | |
Ccapd::intervals::IntervalTraits< float > | |
Ccapd::intervals::IntervalTraits< long double > | |
Ccapd::invset::GetKey | |
Ccapd::invset::less< PointT > | |
Ccapd::invset::less< capd::vectalg::Vector< short int, 2 > > | |
Ccapd::invset::MapGraphNodeData< VectorT, MatrixT > | |
Ccapd::map::BasicFunction< Scalar > | This class is a basic for further protected inheritance to classes Function, Map .. |
Ccapd::map::CnCoeffSlice< MatrixT > | |
Ccapd::matrixAlgorithms::_CreateSmithForm_< MatrixT > | |
Ccapd::matrixAlgorithms::_CreateSmithForm_< Matrix< int, 0, 0 > > | |
Ccapd::matrixAlgorithms::_CreateSmithForm_< Matrix< llong, 0, 0 > > | |
Ccapd::matrixAlgorithms::_CreateSmithForm_< Matrix< long, 0, 0 > > | |
Ccapd::matrixAlgorithms::_CreateSmithForm_< Matrix< Scalar, 0, 0 > > | |
Ccapd::matrixAlgorithms::_CreateSmithForm_< Matrix< short, 0, 0 > > | |
Ccapd::matrixAlgorithms::CAPDIntMatrixAlgorithms | |
Ccapd::matrixAlgorithms::CAPDIntMatrixAlgorithms::QuotientBaseMatrix< Matrix > | |
Ccapd::matrixAlgorithms::CAPDIntMatrixAlgorithms::SmithForm< Matrix > | |
Ccapd::matrixAlgorithms::CAPDIntMatrixAlgorithms::SolveLinearEquation< Matrix > | |
Ccapd::matrixAlgorithms::Gershgorin< MatrixType, isInterval > | |
Ccapd::matrixAlgorithms::Gershgorin< MatrixType, false > | Specialization for non-rigorous types |
Ccapd::matrixAlgorithms::Gershgorin< MatrixType, true > | Specialization for rigorous (interval) types |
Ccapd::matrixAlgorithms::GetExpRemainder< T, bool > | |
Ccapd::matrixAlgorithms::GetExpRemainder< T, false > | |
Ccapd::matrixAlgorithms::GetExpRemainder< T, true > | |
Ccapd::matrixAlgorithms::GetPARISmithFormTraits< Scalar > | |
►Ccapd::matrixAlgorithms::IInvert< matrix > | |
Ccapd::matrixAlgorithms::Invert< matrix, Scalar > | |
Ccapd::matrixAlgorithms::IntMatrixAlgorithmsFactory | |
Ccapd::matrixAlgorithms::IntMatrixAlgorithmsFactory::QuotientBaseMatrix< Matrix > | |
Ccapd::matrixAlgorithms::IntMatrixAlgorithmsFactory::SmithForm< Matrix > | |
Ccapd::matrixAlgorithms::IntMatrixAlgorithmsFactory::SmithForm< Matrix >::SmithFormThroughFactory | |
Ccapd::matrixAlgorithms::IntMatrixAlgorithmsFactory::SolveLinearEquation< Matrix > | |
Ccapd::matrixAlgorithms::PARIInterface | |
Ccapd::matrixAlgorithms::PARIIntMatrixAlgorithms | |
Ccapd::matrixAlgorithms::PARIIntMatrixAlgorithms::QuotientBaseMatrix< Matrix > | |
Ccapd::matrixAlgorithms::PARIIntMatrixAlgorithms::SmithForm< Matrix > | |
Ccapd::matrixAlgorithms::PARIIntMatrixAlgorithms::SolveLinearEquation< Matrix > | |
Ccapd::matrixAlgorithms::QuotientBaseMatrix< Matrix, IntMatrixAlgorithms > | |
Ccapd::matrixAlgorithms::SmithForm< MatrixT, TraitsT > | |
Ccapd::matrixAlgorithms::SmithFormFactory | |
Ccapd::matrixAlgorithms::SmithFormTraits< MatrixT > | |
Ccapd::matrixAlgorithms::SolveLinearEquation< Matrix, IntMatrixAlgorithms > | |
Ccapd::multiPrec::MpPrecision | Wrapper for mpfr precision type |
Ccapd::multiPrec::MpReal | MpReal represents multiple precision real number with controlled rounding |
Ccapd::Newton | |
Ccapd::newton::Krawczyk< MapType > | |
Ccapd::newton::Mapping< MatrixType > | General function for Newton or Krawczyk method f:R^n -> R^n |
Ccapd::pdes::ComputeOneStepSectionEnclosure< isC1 > | |
Ccapd::pdes::ComputeOneStepSectionEnclosure< false > | |
Ccapd::pdes::DissipativeVectorField< SeriesT > | The class provides a common interface for a dissipative vector required by the class PdeSolver |
Ccapd::pdes::GeometricBound< ScalarT > | The class is class represents a subset of a countable infinite dimensional space |
►Ccapd::pdes::PdeAbstractSection< VectorT, MatrixT > | |
Ccapd::pdes::PdeAffineSection< VectorT, MatrixT > | TimeMap class provides class that serves as an affine Poincare section |
Ccapd::pdes::PdeCoordinateSection< VectorT, MatrixT > | TimeMap class provides class that serves as Poincare section of the form x_i = c |
Ccapd::pdes::PdeSectionDerivativesEnclosure< VectorT, MatrixT > | |
Ccapd::pdes::PolyLogBound | The class is class represents a subset of a countable infinite dimensional space |
►Ccapd::poincare::AbstractSection< MatrixT > | PoicareSection is class that is default PoincareSection for class PoincareMap |
Ccapd::poincare::AffineSection< MatrixType > | |
Ccapd::poincare::CoordinateSection< MatrixType > | |
Ccapd::poincare::AffineSection< MatrixT > | TimeMap class provides class that serves as an affine Poincare section |
Ccapd::poincare::CoordinateSection< MatrixT > | TimeMap class provides class that serves as Poincare section of the form x_i = c |
Ccapd::poincare::NonlinearSection< MatrixT > | TimeMap class provides class that serves as Poincare section of the form x_i = c |
Ccapd::poincare::BasicPoincareMap< SolverT, SectionT > | BasicPoicareMap class is mainly used for non-rigorous computations of Poincare Map |
Ccapd::poincare::SaveStepControl< DS > | It saves step and step control settings on construction and restores them on destruction |
Ccapd::poincare::SectionDerivativesEnclosure< MatrixT > | |
Ccapd::poincare::TimeMap< SolverT > | TimeMap class provides methods for transport of sets (or points) by a given flow over some time interval |
Ccapd::rounding::DoubleRounding | Definition of class that switches rounding modes of double numbers |
Ccapd::rounding::IntRounding | Definition of class that virtually switches rounding modes of integer numbers because in this case no switching is needed (all operations are exact) |
Ccapd::rounding::RoundingTraits< T > | Class that for given type defines default class for rounding switching |
Ccapd::rounding::RoundingTraits< double > | |
Ccapd::rounding::RoundingTraits< float > | |
Ccapd::rounding::RoundingTraits< int > | |
Ccapd::rounding::RoundingTraits< long double > | |
Ccapd::TexWriter | |
Ccapd::threading::BaseTPMap< S, VF > | |
►Ccapd::threading::SolverFactory< Solver > | This is an interface of an abstract factory wich creates new instances of a specific solver; |
Ccapd::threading::DefaultSolverFactory< Solver > | |
Ccapd::threading::SolverPool< Solver > | |
►Ccapd::threading::Task | This class is an abstract Task to be executed in a thread pool |
Ccapd::threading::LambdaTask< F > | |
Ccapd::threading::ThreadPool | This class realizes a simple thread pool of fixed size |
Ccapd::TypeTraits< T > | Defines type traits such as their values zero, one etc |
Ccapd::TypeTraits< ::capd::intervals::Interval< T, RT > > | Specialization of TypeTraits for intervals |
Ccapd::TypeTraits< capd::cxsc::Interval > | Specialization for intervals |
Ccapd::TypeTraits< capd::filib::Interval< T, R, M > > | Specialization for intervals |
Ccapd::TypeTraits< capd::multiPrec::MpInt > | |
Ccapd::TypeTraits< capd::multiPrec::MpReal > | |
Ccapd::TypeTraits< fields::Complex< T > > | |
Ccapd::TypeTraits< T * > | |
Ccapd::TypeTraits< Z2 > | Traits of type Z2 |
Ccapd::TypeTraits< Zp > | Traits of type Zp |
Ccapd::vectalg::ColumnIterator< Scalar > | |
Ccapd::vectalg::ColumnVector< Scalar, rows > | This class realizes a vector without its own container, which is a reference to a subset of other object with his own container. A typical situation is a column of matrix which can be considered as a vector |
Ccapd::vectalg::const_ColumnIterator< Scalar > | |
►Ccapd::vectalg::Container< Scalar, capacity > | Class Container together with suitable iterators The container has fixed size specified by a template argument 'capacity' |
►Ccapd::diffAlgebra::CnContainer< MatrixT::ScalarType, MatrixT::ColumnVectorType::csDim, MatrixT::RowVectorType::csDim, DEGREE > | |
Ccapd::diffAlgebra::Jet< MatrixType, 0 > | |
Ccapd::diffAlgebra::Jet< MatrixT, DEGREE > | The class is used to store coefficients of a truncated power series to degree D Coefficients area assumed to be of a numeric type |
Ccapd::diffAlgebra::CnContainer< MultiindexData, 0, 0, 0 > | |
Ccapd::diffAlgebra::CnContainer< MatrixType, 0, 0, 0 > | |
Ccapd::diffAlgebra::Hessian< ScalarType, VectorType::csDim, VectorType::csDim > | |
►Ccapd::vectalg::MatrixContainer< interval, rows, cols > | |
Ccapd::vectalg::Matrix< interval, 3, 3 > | |
►Ccapd::vectalg::MatrixContainer< double, rows, cols > | |
Ccapd::vectalg::Matrix< double, 3, 3 > | |
►Ccapd::vectalg::Container< Scalar, 0 > | Specialization for capacity=0 This container allocates objects on a storage |
Ccapd::vectalg::MatrixContainer< Scalar, 0, 0 > | |
Ccapd::vectalg::Convert< ResultType, ScalarType, intervalToDoubleConversion > | |
Ccapd::vectalg::Convert< ResultType, ScalarType, false > | |
Ccapd::vectalg::Convert< ResultType, ScalarType, true > | |
Ccapd::vectalg::Matrix< Scalar, rows, cols >::rebind< U > | |
►Ccapd::vectalg::Norm< VectorType, MatrixType > | A general abstract norm |
Ccapd::vectalg::EuclLNorm< VectorType, MatrixType > | Euclidean Logarithmic Norm |
Ccapd::vectalg::EuclNorm< VectorType, MatrixType > | Euclidean norm |
Ccapd::vectalg::MaxLNorm< VectorType, MatrixType > | Logarithmic Norm |
Ccapd::vectalg::MaxNorm< VectorType, MatrixType > | norm (max norm) |
Ccapd::vectalg::SumLNorm< VectorType, MatrixType > | Logarytmic norm |
Ccapd::vectalg::SumNorm< VectorType, MatrixType > | norm |
Ccapd::vectalg::RowVector< Scalar, cols > | RowVector class realizes a vector without its own container. He is just a reference to a part of other object (i.e. Matrix of Vector) with his own container |
Ccapd::vectalg::RowVector< Scalar, cols >::rebind< U > | |
Ccapd::vectalg::Vector< Scalar, dim >::rebind< U > | |
CCAPD_LOGGER | |
►Ccapd::vectalg::Container< capd::interval, dim > | |
Ccapd::vectalg::Vector< capd::interval, 0 > | |
►Ccapd::vectalg::Container< double, dim > | |
Ccapd::vectalg::Vector< double, 3 > | |
Ccapd::vectalg::Vector< double, 2 > | |
►Ccapd::vectalg::Container< int, dim > | |
►Ccapd::vectalg::Vector< int, 0 > | |
Ccapd::vectalg::Multiindex | For a Multiindex mi, mi[p] is a number of differentiation with respect to i-th variable. For example, a Multipointer mp=(0,0,2,3) in 5-dimensional space corresponds to the Multiindex mi=(2,0,1,1,0). Hence, Multiindex agrees with standard notation and it contains an additional information about the dimension of the domain of the function |
Ccapd::vectalg::Multipointer | Multipointer always contains nondecreasing list of indexes of variables |
►Ccapd::vectalg::Container< interval, dim > | |
Ccapd::vectalg::Vector< interval, 3 > | |
Ccapd::vectalg::Vector< interval, 2 > | |
►Ccapd::vectalg::Container< Object, M *N *D!=0 ? M *Binomial< N+D, D >::value :0 > | |
Ccapd::diffAlgebra::CnContainer< Object, M, N, D > | The class is used to store coefficients of a multivariate polynomial of degree D Coefficients themselves can be polynomials as well |
►Ccapd::vectalg::Container< Scalar, dim > | |
Ccapd::vectalg::Vector< Scalar, dim > | |
►Ccapd::vectalg::Container< Scalar, M *D *(1+D)/2 > | |
Ccapd::diffAlgebra::Hessian< Scalar, M, D > | This class is used to store second order partial derivatives of a function |
►Ccapd::vectalg::Container< Scalar, M > | |
Ccapd::pdes::PolynomialBound< Scalar, Exponent, M > | |
►Ccapd::vectalg::Container< Scalar, rows *cols > | |
►Ccapd::vectalg::MatrixContainer< Scalar, rows, cols > | This class inherits form general Container class and provides constructors and methods specific for two dimensional data |
Ccapd::vectalg::Matrix< Scalar, rows, cols > | |
►Ccapd::vectalg::Container< ScalarType, dim > | |
Ccapd::vectalg::Vector< ScalarType, D > | |
CCRef< T > | |
►Ccapd::diffAlgebra::CurveInterface< capd::IMatrix > | |
Ccapd::pdes::PdeCurve< VectorType > | |
►Ccapd::pdes::PdeCurve< SeriesT > | This class is a data structure for storing of a parametric curve together with first order derivatives with respect to initial point |
Ccapd::pdes::PdeSolver< SeriesT, StepControlT > | |
Ccapd::autodiff::DagIndexer< ScalarType > | |
Ccapd::autodiff::DagIndexer< T > | |
►Ccapd::diffIncl::DiffInclusion< MapT, capd::dynsys::OdeSolver< typename MapT::MapType > > | |
Ccapd::diffIncl::DiffInclusionCW< MapT, DynSysT > | Class for rigorous integration of differential inclusions |
Ccapd::diffIncl::DiffInclusionLN< MapT, DynSysT > | Class for rigorous integration of differential inclusions |
►Ccapd::pdes::DissipativeVectorField< capd::pdes::GeometricBound< capd::interval > > | |
Ccapd::pdes::OneDimKSSineVectorField | The class implements vector field of the one-dimensional real Kuramoto-Shivashinsky PDE under the following assumptions 1 .The solutions are represented in the Fourier basis |
►Ccapd::dynsys::DynSys< MapT::MatrixType > | |
►Ccapd::dynsys::C1DynSys< MapT::MatrixType > | |
►Ccapd::dynsys::C2DynSys< MapT::MatrixType > | |
►Ccapd::dynsys::CnDynSys< MapT::MatrixType > | |
Ccapd::dynsys::CnOdeSolver< MapT, StepControlT, EnclosurePolicyT, CurveT > | |
Ccapd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
Ccapd::dynsys::OdeSolver< typename MapT::MapType > | |
Ccapd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::OdeSolver< MapT, StepControlPolicyT, EnclosurePolicy, CurveT > | |
Ccapd::dynsys::DiscreteDynSys< MapT > | DiscreteDynSys is a proxy to convert any Map into discrete Dynamical System |
Ccapd::dynsys::DynSysMap< MapT > | DynSysMap is a proxy to convert any Map into discrete Dynamical System |
►Ccapd::dynsys::DynSys< MatrixType > | |
Ccapd::dynsys::C1DynSys< MatrixType > | |
CExample | |
Cfadbad::Op< capd::filib::Interval< BoundType, R, M > > | |
Ccapd::pdes::GeometricBound< capd::interval > | |
CGraphicalOutput< SetType > | |
►CGraphT | |
Ccapd::invset::CubicalMap< MapT, GraphT, ResolutionT > | |
►Ccapd::covrel::HSet< capd::vectalg::Vector< double, 2 >, capd::vectalg::Vector< interval, 2 > > | |
Ccapd::covrel::TripleSet | TripleSet - a planar h-set with one unstable direction Authors: Implementation of derived classes and functions: Jaroslaw Dulak and Daniel Wilczak |
►Ccapd::covrel::HSet< capd::vectalg::Vector< double, 3 >, capd::vectalg::Vector< interval, 3 > > | |
Ccapd::covrel::HSet3D | The class HSet3D provides a h-set in R^3 with one unstable direction and two stable directions |
►Ccapd::covrel::HSet< MatrixT::RowVectorType, IMatrixT::RowVectorType > | |
►Ccapd::covrel::HSetMD< MatrixT, IMatrixT > | This class provides a h-set in an arbitrary dimension |
Ccapd::covrel::HSet2D< MatrixT, IMatrixT > | This class provides a h-set in R^2 with one unstable and one stable direction |
►CHSetT | |
Ccapd::covrel::HSetWithCones< HSetT, QFormT > | |
►Ccapd::IntegralTypeTraits< int > | |
Ccapd::TypeTraits< int > | Traits of type int |
►Ccapd::IntegralTypeTraits< long > | |
Ccapd::TypeTraits< long > | Traits of type long |
►Ccapd::IntegralTypeTraits< long long > | |
Ccapd::TypeTraits< long long > | Traits of type long long |
►Ccapd::IntegralTypeTraits< short > | |
Ccapd::TypeTraits< short > | Traits of type short |
Ccapd::intervals::Interval< T, RT > | |
Ccapd::intervals::IntervalTraits< BoundType > | |
Clogtwo< N > | |
Clogtwo< 0 > | |
CMapIterator | |
►CMatrixIterator< Matrix > | |
Cconst_MatrixIterator< Matrix > | |
CMatrixSlice< matrix > | This class represents a matrix without own container and data it is used for operations on submatrices |
Cmy_type | |
►CNodeData | |
Ccapd::invset::GraphNode< EdgeSetT, NodeData > | |
►Ccapd::dynsys::NoStepControlInterface< NoStepControl > | |
Ccapd::dynsys::StepControlInterface< NoStepControl, double > | |
►COde | |
Ccapd::dynsys::VLin3D< MatrixT > | |
►COdeNum | |
Ccapd::dynsys::OdeNumTaylor< MatrixT > | |
►Ccapd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | |
Ccapd::diffAlgebra::Curve< BaseCurveT, capd::TypeTraits< typename BaseCurveT::ScalarType >::isInterval > | |
Ccapd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | |
Ccapd::diffAlgebra::Curve< capd::diffAlgebra::FadCurve< FadMapT::MatrixType > > | |
Ccapd::diffAlgebra::Curve< BaseCurveT, isInterval > | This class provides methods for evaluation of the parametric curve for a given parameter value |
Ccapd::diffAlgebra::Curve< BaseCurveT, true > | Specialization for interval types |
►Ccapd::diffAlgebra::ParametricCurve< capd::IMatrix, SeriesT > | |
Ccapd::pdes::PdeCurve< SeriesT > | This class is a data structure for storing of a parametric curve together with first order derivatives with respect to initial point |
►Ccapd::diffAlgebra::ParametricCurve< CurveT::MatrixType > | |
►Ccapd::diffAlgebra::BaseSolutionCurve< CurveT > | This file defines class that represents parametric curve in |
Ccapd::diffAlgebra::SolutionCurve< CurveT, isInterval > | |
Ccapd::diffAlgebra::SolutionCurve< CurveT, true > | |
►CPolicies | |
Ccapd::dynset::C0AffineSet< MatrixT, Policies > | The set is represented as: x + B*r; and is moved by the following method |
Ccapd::dynset::C0DoubletonSet< MatrixT, Policies > | The set is represented as doubleton: x + C*r0 + B*r; and is moved by the following method |
Ccapd::dynset::C0TripletonSet< MatrixT, Policies > | Class C0TripletonSet represents a subset of R^n in the following form |
Ccapd::dynset::C1AffineSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + B*r; |
Ccapd::dynset::C1DoubletonSet< MatrixT, Policies > | The C1 set is represented as doubleton: x + C*r0 + B*r; |
Ccapd::dynset::C2DoubletonSet< MatrixT, Policies > | C2 set in doubleton form |
Ccapd::dynset::CnDoubletonSet< MatrixT, Policies, DEGREE > | This set stores vector of derivatives with respect to a multiindex alpha as a doubleton |
Ccapd::dynset::CnRect2Set< MatrixT, Policies, DEGREE > | Set that stores all derivatives to given order in doubleton form with reorganization moved by QR decomposition method |
CpowerThree< N > | |
CpowerThree< 0 > | |
►Ccapd::covrel::QuadraticForm< typename HSetT::IMatrixType > | |
Ccapd::covrel::HSetWithCones< HSetT, QFormT > | |
CrationalNumber< intType > | |
Ccapd::auxil::RemoveConst< Matrix > | |
CRotatedHenonMap | |
CSkipCommentsIstream | |
►Ccapd::matrixAlgorithms::SmithForm< capd::vectalg::Matrix< Scalar, 0, 0 >, GetPARISmithFormTraits< Scalar >::type > | |
Ccapd::matrixAlgorithms::PARISmithForm< Scalar > | |
►Ccapd::matrixAlgorithms::SmithForm< MatrixT, SmithFormTraits< MatrixT > > | |
Ccapd::matrixAlgorithms::CAPDSmithForm< MatrixT, Traits > | |
►Ccapd::threading::SolverFactory< PMap< PM, Section > > | |
Ccapd::threading::PMapFactory< PM, Section > | |
►Ccapd::threading::SolverFactory< TMap< TM > > | |
Ccapd::threading::TMapFactory< TM > | |
►Cstd::complex | |
Ccapd::fields::Complex< double > | |
Ccapd::fields::Complex< float > | |
Ccapd::fields::Complex< long double > | |
►Cstd::exception | |
CNaNException | |
Ccapd::basicalg::interval_io_exception | |
►Cstd::list | |
Ccapd::invset::ForbiddenSet< VectorT > | Class that defines forbidden set |
Ccapd::invset::Scope< VectorT > | Class that defines set of regions it can be used do define domain, range, allowed sets for graphs |
►Cstd::map | |
Ccapd::auxil::ConfigFileReader | |
►Ccapd::invset::Graph< VertexT, lessT, NodeDataT > | It defines a graph that in each node can store additional data |
►Ccapd::invset::CubicalMap< MapT, Graph< capd::vectalg::Vector< int, 0 >, less< capd::vectalg::Vector< int, 0 > >, MapGraphNodeData< MapT::VectorType, MapT::MatrixType > >, capd::vectalg::Vector< int, 0 > > | |
Ccapd::invset::MapGraph< MapT, VertexT, lessT, ResolutionT > | |
►Cstd::ofstream | |
Cofstreamcout | |
►Cstd::runtime_error | |
CEmptyIntersectionException | |
Ccapd::dynsys::SolverException< VectorType > | |
Ccapd::intervals::IntervalError< T_Bound > | Instation of the IntervalError class is throwed by the Interval class on error |
Ccapd::poincare::PoincareException< setType > | |
►Ccapd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, FadMapT::ScalarType > | |
Ccapd::dynsys::BasicFadOdeSolver< FadMapT, StepControlT > | |
►Ccapd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | |
Ccapd::dynsys::BasicOdeSolver< MapT, capd::dynsys::DLastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
Ccapd::dynsys::BasicCnOdeSolver< MapT, StepControlT, CurveT > | |
Ccapd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | MapT constraints: type definitions: |
►Ccapd::dynsys::StepControlInterface< capd::dynsys::ILastTermsStepControl, SeriesT::ScalarType > | |
Ccapd::pdes::PdeSolver< SeriesT, StepControlT > | |
CStopwatch | |
►Ccapd::diffAlgebra::TimeRange< MatrixT::ScalarType > | |
Ccapd::dynset::C0Set< BaseSetT::MatrixType > | |
Ccapd::dynset::C1Set< BaseSetT::MatrixType > | |
Ccapd::dynset::CnSet< MatrixT, 0 > | |
Ccapd::diffAlgebra::CnTimeJet< MatrixT, DEGREE > | The class represent a jet of solution to a nonautomnomous ODE |
Ccapd::dynset::C0Set< MatrixT > | Common interface of all sets that stores only C0 information (set position) |
Ccapd::dynset::C1Set< MatrixT > | Common interface of all sets that store C1 informations (set position and first derivatives) |
Ccapd::dynset::C2Set< MatrixT > | Common interface of all sets that store C2 information (set position and first and second derivatives) |
Ccapd::dynset::CnSet< MatrixT, DEGREE > | Common interface of all sets that store Cn information (set position and derivatives to order n) |
►Ccapd::diffAlgebra::TimeRange< VectorT::ScalarType > | |
►Ccapd::diffAlgebra::C0TimeJet< MatrixT::RowVectorType > | |
►Ccapd::diffAlgebra::C1TimeJet< MatrixT > | |
Ccapd::diffAlgebra::C2TimeJet< MatrixT > | |
Ccapd::diffAlgebra::C0TimeJet< VectorT > | |
Ccapd::TypeTraits< ScalarType > | |
CZ2 | |
CZp | |