CAPD DynSys Library 5.2.0
capd::dynset::C2EnclosureHolder< MatrixT > Class Template Referenceabstract

#include <capd/dynset/EnclosureHolder.h>

Public Types

typedef MatrixT::ScalarType ScalarType
 
typedef MatrixT::RowVectorType VectorType
 
typedef capd::diffAlgebra::Hessian< ScalarType, VectorType::csDim, VectorType::csDim > HessianType
 

Public Member Functions

 C2EnclosureHolder (const VectorType &x, const VectorType &enc, const MatrixT &M, const MatrixT &mEnc, const HessianType &h, const HessianType &hEnc)
 
const HessianTypegetLastHessianEnclosure () const
 
virtual operator HessianType () const
 returns an enclosure of second order derivative in the canonical coordinates More...
 
const MatrixT & getLastMatrixEnclosure () const
 
virtual operator MatrixT () const
 returns an enclosure of derivative in the canonical coordinates More...
 
const MatrixT::RowVectorType & getLastEnclosure () const
 
virtual operator MatrixT::RowVectorType () const
 returns an enclosure of the set in the canonical coordinates More...
 
void setCurrentSet (const MatrixT::RowVectorType &x)
 
ScalarType evalAt (const Functional &f) const
 This method computes value of functor f at interval vector represented by this set. More...
 
virtual operator VectorType () const=0
 
virtual std::string show () const=0
 returns a set detailed information More...
 

Protected Member Functions

void setLastHessianEnclosure (const HessianType &h)
 
void setLastMatrixEnclosure (const MatrixT &M)
 
void setLastEnclosure (const MatrixT::RowVectorType &enc)
 

Protected Attributes

HessianType m_currentHessian
 
HessianType m_lastHessianEnclosure
 
MatrixT m_currentMatrix
 
MatrixT m_lastMatrixEnclosure
 
MatrixT::RowVectorType m_currentSet
 
MatrixT::RowVectorType m_lastEnclosure
 

Member Typedef Documentation

◆ HessianType

template<class MatrixT >
typedef capd::diffAlgebra::Hessian<ScalarType,VectorType::csDim,VectorType::csDim> capd::dynset::C2EnclosureHolder< MatrixT >::HessianType

◆ ScalarType

template<class MatrixT >
typedef MatrixT::ScalarType capd::dynset::C2EnclosureHolder< MatrixT >::ScalarType

◆ VectorType

template<class MatrixT >
typedef MatrixT::RowVectorType capd::dynset::C2EnclosureHolder< MatrixT >::VectorType

Constructor & Destructor Documentation

◆ C2EnclosureHolder()

template<class MatrixT >
capd::dynset::C2EnclosureHolder< MatrixT >::C2EnclosureHolder ( const VectorType x,
const VectorType enc,
const MatrixT &  M,
const MatrixT &  mEnc,
const HessianType h,
const HessianType hEnc 
)
inline

Member Function Documentation

◆ evalAt()

ScalarType capd::dynset::AbstractSet< MatrixT::RowVectorType >::evalAt ( const Functional &  f) const
inlineinherited

This method computes value of functor f at interval vector represented by this set.

◆ getLastEnclosure()

const MatrixT::RowVectorType & capd::dynset::C0EnclosureHolder< MatrixT::RowVectorType >::getLastEnclosure ( ) const
inlineinherited

◆ getLastHessianEnclosure()

template<class MatrixT >
const HessianType & capd::dynset::C2EnclosureHolder< MatrixT >::getLastHessianEnclosure ( ) const
inline

◆ getLastMatrixEnclosure()

template<class MatrixT >
const MatrixT & capd::dynset::C1EnclosureHolder< MatrixT >::getLastMatrixEnclosure ( ) const
inlineinherited

◆ operator HessianType()

template<class MatrixT >
virtual capd::dynset::C2EnclosureHolder< MatrixT >::operator HessianType ( ) const
inlinevirtual

returns an enclosure of second order derivative in the canonical coordinates

◆ operator MatrixT()

template<class MatrixT >
virtual capd::dynset::C1EnclosureHolder< MatrixT >::operator MatrixT ( ) const
inlinevirtualinherited

returns an enclosure of derivative in the canonical coordinates

◆ operator MatrixT::RowVectorType()

virtual capd::dynset::C0EnclosureHolder< MatrixT::RowVectorType >::operator MatrixT::RowVectorType ( ) const
inlinevirtualinherited

returns an enclosure of the set in the canonical coordinates

◆ operator VectorType()

◆ setCurrentSet()

void capd::dynset::C0EnclosureHolder< MatrixT::RowVectorType >::setCurrentSet ( const MatrixT::RowVectorType &  x)
inlineinherited

◆ setLastEnclosure()

void capd::dynset::C0EnclosureHolder< MatrixT::RowVectorType >::setLastEnclosure ( const MatrixT::RowVectorType &  enc)
inlineprotectedinherited

◆ setLastHessianEnclosure()

template<class MatrixT >
void capd::dynset::C2EnclosureHolder< MatrixT >::setLastHessianEnclosure ( const HessianType h)
inlineprotected

◆ setLastMatrixEnclosure()

template<class MatrixT >
void capd::dynset::C1EnclosureHolder< MatrixT >::setLastMatrixEnclosure ( const MatrixT &  M)
inlineprotectedinherited

◆ show()

Member Data Documentation

◆ m_currentHessian

template<class MatrixT >
HessianType capd::dynset::C2EnclosureHolder< MatrixT >::m_currentHessian
protected

◆ m_currentMatrix

template<class MatrixT >
MatrixT capd::dynset::C1EnclosureHolder< MatrixT >::m_currentMatrix
protectedinherited

◆ m_currentSet

MatrixT::RowVectorType capd::dynset::C0EnclosureHolder< MatrixT::RowVectorType >::m_currentSet
protectedinherited

◆ m_lastEnclosure

MatrixT::RowVectorType capd::dynset::C0EnclosureHolder< MatrixT::RowVectorType >::m_lastEnclosure
protectedinherited

◆ m_lastHessianEnclosure

template<class MatrixT >
HessianType capd::dynset::C2EnclosureHolder< MatrixT >::m_lastHessianEnclosure
protected

◆ m_lastMatrixEnclosure

template<class MatrixT >
MatrixT capd::dynset::C1EnclosureHolder< MatrixT >::m_lastMatrixEnclosure
protectedinherited