|
CAPD DynSys Library
5.2.0
|
#include <capd/dynset/EnclosureHolder.h>
Public Types | |
| typedef MatrixT::RowVectorType | VectorType |
| typedef VectorType::ScalarType | ScalarType |
Public Member Functions | |
| C1EnclosureHolder (const VectorType &x, const VectorType &enc, const MatrixT &M, const MatrixT &mEnc) | |
| 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 | setLastMatrixEnclosure (const MatrixT &M) |
| void | setLastEnclosure (const MatrixT::RowVectorType &enc) |
Protected Attributes | |
| MatrixT | m_currentMatrix |
| MatrixT | m_lastMatrixEnclosure |
| MatrixT::RowVectorType | m_currentSet |
| MatrixT::RowVectorType | m_lastEnclosure |
|
inherited |
| typedef MatrixT::RowVectorType capd::dynset::C1EnclosureHolder< MatrixT >::VectorType |
|
inline |
|
inlineinherited |
This method computes value of functor f at interval vector represented by this set.
|
inlineinherited |
|
inline |
|
inlinevirtual |
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 |
|
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 |
|
protected |