CAPD DynSys Library
5.2.0
|
Common interface of all sets that stores only C0 information (set position). More...
#include <capd/dynset/C0Set.h>
Public Types | |
typedef MatrixT | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ScalarType | ScalarType |
typedef MatrixType::size_type | size_type |
typedef C0Set | SetType |
defines class of given set (C0, C1, C2, ...) More... | |
typedef capd::dynsys::DynSys< MatrixType > | DynSysType |
defines minimal regularity of the dynamical system More... | |
Public Member Functions | |
C0Set (const VectorType &x, const VectorType &enc, const ScalarType &t) | |
constructor, initializes default enclosure and initial time More... | |
virtual | ~C0Set (void) |
destructor More... | |
virtual void | move (DynSysType &dynsys)=0 |
computes image of the set after one step/iterate of the dynamical system More... | |
const ScalarType | getCurrentTime () const |
ScalarType & | refCurrentTime () |
void | setCurrentTime (const ScalarType &t) |
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... | |
Static Public Member Functions | |
const static size_type | degree () |
Protected Member Functions | |
void | setLastEnclosure (const MatrixT::RowVectorType &enc) |
Protected Attributes | |
ScalarType | m_currentTime |
MatrixT::RowVectorType | m_currentSet |
MatrixT::RowVectorType | m_lastEnclosure |
Common interface of all sets that stores only C0 information (set position).
typedef capd::dynsys::DynSys<MatrixType> capd::dynset::C0Set< MatrixT >::DynSysType |
defines minimal regularity of the dynamical system
typedef MatrixT capd::dynset::C0Set< MatrixT >::MatrixType |
typedef MatrixType::ScalarType capd::dynset::C0Set< MatrixT >::ScalarType |
typedef C0Set capd::dynset::C0Set< MatrixT >::SetType |
defines class of given set (C0, C1, C2, ...)
typedef MatrixType::size_type capd::dynset::C0Set< MatrixT >::size_type |
typedef MatrixType::RowVectorType capd::dynset::C0Set< MatrixT >::VectorType |
|
inline |
constructor, initializes default enclosure and initial time
|
inlinevirtual |
destructor
|
inlinestatic |
|
inlineinherited |
This method computes value of functor f at interval vector represented by this set.
|
inlineinherited |
|
inlineinherited |
|
pure virtual |
computes image of the set after one step/iterate of the dynamical system
Implemented in capd::dynset::C0DoubletonSet< MatrixT, Policies >, capd::dynset::C0DoubletonSet< MatrixT, capd::C0Rect2Policies >, and capd::dynset::C0AffineSet< MatrixT, Policies >.
|
inlinevirtualinherited |
returns an enclosure of the set in the canonical coordinates
|
pure virtualinherited |
Implemented in capd::dynset::CnSet< MatrixT, 0 >.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
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 >.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |