CAPD DynSys Library
5.2.0
|
#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 HessianType & | getLastHessianEnclosure () 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 |
typedef capd::diffAlgebra::Hessian<ScalarType,VectorType::csDim,VectorType::csDim> capd::dynset::C2EnclosureHolder< MatrixT >::HessianType |
typedef MatrixT::ScalarType capd::dynset::C2EnclosureHolder< MatrixT >::ScalarType |
typedef MatrixT::RowVectorType capd::dynset::C2EnclosureHolder< MatrixT >::VectorType |
|
inline |
|
inlineinherited |
This method computes value of functor f at interval vector represented by this set.
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlinevirtual |
returns an enclosure of second order derivative in the canonical coordinates
|
inlinevirtualinherited |
returns an enclosure of derivative in the canonical coordinates
|
inlinevirtualinherited |
returns an enclosure of the set in the canonical coordinates
|
pure virtualinherited |
Implemented in capd::dynset::CnSet< MatrixT, 0 >.
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotected |
|
inlineprotectedinherited |
|
pure virtualinherited |
returns a set detailed information
Implemented in capd::dynset::C2DoubletonSet< MatrixT, Policies >, capd::dynset::C1GraphicalSet< MatrixT, OutputClass >, capd::dynset::C0BallSet< MatrixT >, capd::dynset::C11Rect2< MatrixT, QRPolicy >, capd::dynset::C0FlowballSet< MatrixT >, capd::dynset::C1DoubletonSet< MatrixT, C11Rect2Policies >, and capd::dynset::C0DoubletonSet< MatrixT, capd::C0Rect2Policies >.
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protectedinherited |