addMultiindexToMask(const Multiindex &mi) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
adjustTimeStep(const ScalarType &newStep) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
allocate() | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
BaseC2Taylor typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
BaseTaylor typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
BasicC2OdeSolver(VectorFieldType &vectorField, size_type order, const capd::dynsys::ILastTermsStepControl &stepControl=capd::dynsys::ILastTermsStepControl()) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
BasicC2OdeSolver(const BasicC2OdeSolver &t) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
BasicCurve(size_type dimension, size_type order, size_type degree) | capd::diffAlgebra::BasicCurve< MatrixT > | |
BasicCurve(const BasicCurve &c) | capd::diffAlgebra::BasicCurve< MatrixT > | |
BasicOdeSolver(VectorFieldType &field, size_type order, const StepControlT &stepControl=StepControlT()) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
BasicOdeSolver(const BasicOdeSolver &solver) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
beginCenterCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginCenterCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginMatrixCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginMatrixCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginMatrixRemainderCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginMatrixRemainderCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginRemainderCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
beginRemainderCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
C1TimeJetType typedef | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
C2OdeSolver(VectorFieldType &vectorField, size_type order) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
C2OdeSolver(const C2OdeSolver &t) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inlineprotected |
C2TimeJetType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
centerCoefficient(size_type i, size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
centerCoefficient(size_type i, size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
clearCoefficients() | capd::diffAlgebra::BasicCurve< MatrixT > | |
coefficient(size_type i, size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
coefficient(size_type i, size_type j, size_type k) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
coefficient(size_type i, size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
coefficient(size_type i, size_type j, size_type k) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
computeCoefficients(const VectorType &x, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
computeCoefficients(ScalarType t, const VectorType &x, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
computeCoefficients(const VectorType &x, const MatrixType &M, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
computeCoefficients(ScalarType t, const VectorType &x, const MatrixType &M, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
computeCoefficientsAtCenter(const VectorType &x, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
computeCoefficientsAtCenter(ScalarType t, const VectorType &x, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
computeImplicitCoefficients(ScalarType t, const VectorType &x, const VectorType &xx, size_type order) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
computeRemainder(ScalarType t, const VectorType &xx, C2TimeJetType &o_enc, C2TimeJetType &o_rem) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | virtual |
computeRemainder(ScalarType t, const VectorType &xx, VectorType &o_enc, VectorType &o_rem) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
computeRemainder(ScalarType t, const VectorType &xx, C1TimeJetType &o_enc, C1TimeJetType &o_rem) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::computeRemainder(ScalarType t, const VectorType &xx, VectorType &o_enc, VectorType &o_rem) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlinevirtual |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::computeRemainder(ScalarType t, const VectorType &xx, C1TimeJetType &o_enc, C1TimeJetType &o_rem) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlinevirtual |
computeRemainderCoefficients(const VectorType &x, const MatrixType &M, const HessianType &H) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
computeRemainderCoefficients(ScalarType t, const VectorType &x, const MatrixType &M, const HessianType &H) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
computeRemainderCoefficients(const VectorType &x) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
computeRemainderCoefficients(const VectorType &x, const MatrixType &M) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
computeRemainderCoefficients(ScalarType t, const VectorType &x) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
computeRemainderCoefficients(ScalarType t, const VectorType &x, const MatrixType &M) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::computeRemainderCoefficients(const VectorType &x) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::computeRemainderCoefficients(const VectorType &x, const MatrixType &M) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::computeRemainderCoefficients(ScalarType t, const VectorType &x) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::computeRemainderCoefficients(ScalarType t, const VectorType &x, const MatrixType &M) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
computeTaylorCoefficients(ScalarType t, const VectorType &x, const VectorType &xx) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
computeTimeStep(const ScalarType &t, const VectorType &x) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
capd::dynsys::BasicOdeSolver::computeTimeStep(VectorType &v) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
const_iterator typedef | capd::diffAlgebra::BasicCurve< MatrixT > | |
copyData(const BasicCurve &c) | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
Curve(Real left, Real right, size_type dimension, size_type order, size_type degree) | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | |
deallocate() | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
derivative(const ScalarType &h) const | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | virtual |
difference_type typedef | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | |
dimension() const | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::dimension() const | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
domainErrorMessage(std::string msg, ScalarType h, Real left, Real right) const | capd::diffAlgebra::CurveInterface< MatrixT > | inline |
encloseC0Map(const ScalarType &t, const VectorType &x0, const VectorType &x, VectorType &o_phi, VectorType &o_rem, VectorType &o_enc, MatrixType &o_jacPhi) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
C1DynSys< MapT::MatrixType >::encloseC0Map(const ScalarType &t, const VectorType &x, const VectorType &xx, VectorType &o_phi, VectorType &o_rem, VectorType &o_enc, MatrixType &o_jacPhi)=0 | capd::dynsys::DynSys< MapT::MatrixType > | pure virtual |
encloseC1Map(const ScalarType &t, const VectorType &x0, const VectorType &x, VectorType &o_phi, VectorType &o_rem, VectorType &o_enc, MatrixType &o_jacPhi, MatrixType &o_jacRem, MatrixType &o_jacEnc) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
C1DynSys< MapT::MatrixType >::encloseC1Map(const ScalarType &t, const VectorType &x, const VectorType &xx, VectorType &o_phi, VectorType &o_rem, VectorType &o_enc, MapT::MatrixType &o_jacPhi, MapT::MatrixType &o_jacRem, MapT::MatrixType &o_jacEnc)=0 | capd::dynsys::C1DynSys< MapT::MatrixType > | pure virtual |
encloseC2Map(const ScalarType &t, const VectorType &x, const VectorType &xx, VectorType &o_phi, VectorType &o_rem, VectorType &o_enc, MatrixType &o_jacPhi, MatrixType &o_jacRem, MatrixType &o_jacEnc, HessianType &o_hessianPhi, HessianType &o_hessianRem, HessianType &o_hessianEnc) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
C2DynSys< MapT::MatrixType >::encloseC2Map(const ScalarType &t, const VectorType &x, const VectorType &xx, VectorType &o_phi, VectorType &o_rem, VectorType &o_enc, MatrixType &o_jacPhi, MatrixType &o_jacRem, MatrixType &o_jacEnc, HessianType &o_hessianPhi, HessianType &o_hessianRem, HessianType &o_hessianEnc)=0 | capd::dynsys::C2DynSys< MapT::MatrixType > | pure virtual |
enclosure(const ScalarType &t, const VectorType &x) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | virtual |
EnclosurePolicy typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
endCenterCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endCenterCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endMatrixCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endMatrixCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endMatrixRemainderCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endMatrixRemainderCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endRemainderCoefficients(size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
endRemainderCoefficients(size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
eval(ScalarType, JetType &) const | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |
FunctionType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
getAbsoluteTolerance() const | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
getAllocatedOrder() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getCoefficients() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getCoefficients() | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getCoefficientsAtCenter() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getCoefficientsAtCenter() | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getCoeffNorm(size_type, size_type degree) const | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | virtual |
OdeSolver< MapT, capd::getCurrentTime() const | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::getCurrentTime() const | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
OdeSolver< MapT, capd::getCurve() | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::getCurve() | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
getEffectiveTolerance(Solver &solver, const SetType &s) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inlinestatic |
getImplicitCurve() const | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
getLeftDomain() const | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |
OdeSolver< MapT, capd::getMask() const | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
OdeSolver< MapT, capd::getMask(size_type j) const | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::getMask(size_type j, size_type c) const | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::getMask() const | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
getMatrixCoefficients() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getMatrixCoefficients() | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getMatrixRemainderCoefficients() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getMatrixRemainderCoefficients() | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getMaxStep() const | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
getOrder() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getRelativeTolerance() const | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
getRemainderCoefficients() const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getRemainderCoefficients() | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
getRightDomain() const | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |
getStep() const | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inlinevirtual |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::getStep() const | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
getStepControl() const | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
getVectorField() const | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
getVectorField() | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::getVectorField() const | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
hessian(const ScalarType &) const | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |
HessianType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
implicitCurve | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | protected |
initRemainderCoefficients(ScalarType t, const VectorType &x, unsigned degree) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
isStepChangeAllowed() const | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
iterator typedef | capd::diffAlgebra::BasicCurve< MatrixT > | |
JacPhi(const ScalarType &t, const VectorType &iv) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | virtual |
jet(const ScalarType &) const | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |
JetType typedef | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
Lipschitz(const ScalarType &t, const VectorType &iv, NormType &n) | capd::dynsys::DynSys< MapT::MatrixType > | virtual |
m_absoluteTolerance | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | protected |
m_allocatedOrder | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_coefficients | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_coefficientsAtCenter | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_dimension | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_fixedTimeStep | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | protected |
m_left | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | protected |
m_matrixCoefficients | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_matrixRemainderCoefficients | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_maxStep | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | protected |
m_onOffStepControl | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | protected |
m_order | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_relativeTolerance | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | protected |
m_remainderCoefficients | capd::diffAlgebra::BasicCurve< MatrixT > | protected |
m_right | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | protected |
OdeSolver< MapT, capd::m_step | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | protected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::m_step | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | protected |
m_stepControl | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | protected |
OdeSolver< MapT, capd::m_vField | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | protected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::m_vField | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | protected |
MatrixType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
Multiindex typedef | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
Multipointer typedef | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
OdeSolver< MapT, capd::NormType typedef | capd::dynsys::DynSys< MapT::MatrixType > | |
C2DynSys< MapT::MatrixType >::NormType typedef | capd::dynsys::C2DynSys< MapT::MatrixType > | |
OdeSolver(VectorFieldType &vField, size_type order, const StepControlPolicy &stepControl=StepControlPolicy()) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
OdeSolver(const OdeSolver &t) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
onOffStepControl(bool _onOffStepControl) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
operator()(SetType &set) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
operator()(SetType &set, SetType &result) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(VectorType) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(ScalarType &t, const VectorType &u) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(VectorType, MatrixType &o_resultDerivative) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(ScalarType &t, const VectorType &, MatrixType &o_resultDerivative) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(VectorType, const MatrixType &derivative, MatrixType &o_resultDerivative) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(ScalarType &t, const VectorType &v, const MatrixType &derivative, MatrixType &o_resultDerivative) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator()(JetT &jet) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
OdeSolver< MapT, capd::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > >::operator()(const ScalarType &h) const | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | virtual |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator()(VectorType, MatrixType &, HessianType &) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator()(ScalarType &t, const VectorType &, MatrixType &, HessianType &) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator()(VectorType, const MatrixType &V, const HessianType &H, MatrixType &, HessianType &) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator()(ScalarType &t, const VectorType &x, const MatrixType &V, const HessianType &H, MatrixType &, HessianType &) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator()(JetT &jet) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
operator=(const C2OdeSolver &) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inlineprotected |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator=(const OdeSolver &) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
OdeSolver< MapT, capd::capd::dynsys::BasicOdeSolver::operator=(const BasicOdeSolver &) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
OdeSolver< MapT, capd::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > >::operator=(const BasicCurve &c) | capd::diffAlgebra::BasicCurve< MatrixT > | |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::operator=(const BasicC2OdeSolver &) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
operator[](const ScalarType &h) const | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | inlinevirtual |
ParametricCurve(Real left, Real right) | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | |
Phi(const ScalarType &t, const VectorType &iv) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | virtual |
Real typedef | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | |
Remainder(const ScalarType &t, const VectorType &iv, VectorType &o_enc) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | virtual |
remainderCoefficient(size_type i, size_type j) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
remainderCoefficient(size_type i, size_type j, size_type k) const | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
remainderCoefficient(size_type i, size_type j) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
remainderCoefficient(size_type i, size_type j, size_type k) | capd::diffAlgebra::BasicCurve< MatrixT > | inline |
resetMask() | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
saveCurrentSet(capd::dynset::C2Set< MatrixType > &set) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inlineprotected |
saveCurrentSet(const capd::diffAlgebra::TimeRange< ScalarType > &) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inlineprotected |
saveCurrentSet(const capd::dynset::C1Set< MatrixType > &set) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inlineprotected |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::saveCurrentSet(const capd::diffAlgebra::TimeRange< ScalarType > &) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::saveCurrentSet(const capd::dynset::C1Set< MatrixType > &set) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inlineprotected |
ScalarType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
setAbsoluteTolerance(TolScalarType tol) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
OdeSolver< MapT, capd::setCurrentTime(const ScalarType &a_time) const | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::setCurrentTime(const ScalarType &a_time) const | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | inline |
setDomain(Real left, Real right) | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |
setInitHessian(const HessianType &) | capd::diffAlgebra::CurveInterface< MatrixT > | inline |
setInitJet(const JetType &) | capd::diffAlgebra::CurveInterface< MatrixT > | inline |
setInitMatrix(const MatrixType &) | capd::diffAlgebra::CurveInterface< MatrixT > | inline |
setMask(Iterator b, Iterator e) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
setMaxStep(MapT::ScalarType maxStep) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
setOrder(size_type order) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::setOrder(size_type order) | capd::dynsys::OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | virtual |
setRelativeTolerance(TolScalarType tol) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
setStep(const ScalarType &newStep) | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | inline |
OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, HighOrderEnclosure, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::setStep(const ScalarType &newStep) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inline |
setStepControl(const StepControlType &stepControl) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
size_type typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
SolutionCurve typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
StepControlInterface() | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
StepControlInterface(const StepControlType &stepControl) | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
StepControlPolicy typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
OdeSolver< MapT, capd::StepControlType typedef | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::StepControlType typedef | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | |
OdeSolver< MapT, capd::sumTaylorSeries(VectorType &v, VectorType *coeff, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | inlineprotected |
OdeSolver< MapT, capd::sumTaylorSeries(VectorType &v, MatrixType &der, VectorType *coeff, MatrixType *matrixCoeff, size_type order) | capd::dynsys::BasicOdeSolver< MapT, StepControlT, CurveT > | protected |
BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > >::sumTaylorSeries(VectorType &v, MatrixType &der, HessianType &hessian, VectorType *coeff, MatrixType *matrixCoeff, HessianType *hessianCoeff, size_type order) | capd::dynsys::BasicC2OdeSolver< MapT, capd::dynsys::ILastTermsStepControl, capd::diffAlgebra::C2Curve< capd::diffAlgebra::BasicC2Curve< typename MapT::MatrixType > > > | protected |
timeDerivative(const ScalarType &h) const | capd::diffAlgebra::Curve< capd::diffAlgebra::BasicCurve< typename MapT::MatrixType > > | |
turnOffStepControl() | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
turnOnStepControl() | capd::dynsys::StepControlInterface< capd::dynsys::DLastTermsStepControl, MapT::ScalarType > | inline |
VectorFieldType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
VectorType typedef | capd::dynsys::C2OdeSolver< MapT, StepControlPolicyT, EnclosurePolicyT, CurveT > | |
~BasicCurve() | capd::diffAlgebra::BasicCurve< MatrixT > | virtual |
~DynSys() | capd::dynsys::DynSys< MapT::MatrixType > | inlinevirtual |
~ParametricCurve() | capd::diffAlgebra::ParametricCurve< BaseCurveT::MatrixType > | inlinevirtual |