CAPD DynSys Library
5.2.0
|
Affine set representanion of the form x0 + B*r . More...
#include <capd/geomset/AffineSet.h>
Public Types | |
typedef MatrixT | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ColumnVectorType | ColumnVectorType |
typedef MatrixType::ScalarType | ScalarType |
typedef MatrixType::size_type | size_type |
typedef MatrixType::template rebind< typename ScalarType::BoundType >::other | RealMatrix |
typedef VectorType::template rebind< typename ScalarType::BoundType >::other | RealVector |
Public Member Functions | |
AffineSet (size_type) | |
sets x:=0, r:=0, B:=Id More... | |
AffineSet (const VectorType &v) | |
sets x:=mid(v), B:=Id, r:=[-radius(v), radius(v)] More... | |
AffineSet (const VectorType &x, bool) | |
sets x:=x, B:=Id, r:=0 More... | |
AffineSet (const VectorType &x, const VectorType &r) | |
sets x:=x r:=r B:=Id More... | |
AffineSet (const VectorType &x, const MatrixType &B, const VectorType &r) | |
sets x:=x r:=r B:=B More... | |
virtual | ~AffineSet () |
size_type | dimension () const |
returns dimension of a set More... | |
operator VectorType () const | |
returns interval vector that contains set. More... | |
virtual std::string | toString () const |
returns set detailed information More... | |
virtual std::string | name () const |
returns set's name More... | |
virtual VectorType | affineTransformation (const MatrixType &, const VectorType &) const |
returns set image after affine transformation More... | |
virtual ScalarType | evalAffineFunctional (const VectorType &gradient, const VectorType &x0) const |
This method computes value of an affine functional f at the vector represented by this set. This set is represented as doubleton X=x+B*r. Then f(X) = grad*(X-x0) can be computed as grad*(x-x0) + (grad*B)*r. More... | |
const VectorType & | get_x () const |
const ScalarType & | getElement_x (int i) const |
void | set_x (const VectorType &x) |
void | setElement_x (size_type i, const ScalarType &s) |
const VectorType & | get_r () const |
const ScalarType & | getElement_r (size_type i) const |
void | set_r (const VectorType &r) |
void | setElement_r (size_type i, const ScalarType &s) |
const MatrixType & | get_B () const |
const MatrixType & | get_invB () const |
void | setToIdentity () |
const ScalarType & | getElement_B (size_type i, size_type j) const |
VectorType | getRow_B (size_type i) const |
ColumnVectorType | getColumn_B (size_type j) const |
void | set_B (const MatrixType &B) |
void | set_invB (const MatrixType &B) |
void | setElement_B (size_type i, size_type j, const ScalarType &s) |
template<typename VectorT > | |
void | setRow_B (size_type i, const VectorT &v) |
template<typename VectorT > | |
void | setColumn_B (size_type j, const VectorT &v) |
Protected Attributes | |
VectorType | m_x |
x is a center of the set More... | |
VectorType | m_r |
r is a interval set in given coordinate system More... | |
MatrixType | m_B |
B is a coordinate system. More... | |
MatrixType | m_invB |
Affine set representanion of the form x0 + B*r .
We define sets representation of the form
x + B * r
where
typedef MatrixType::ColumnVectorType capd::geomset::AffineSet< MatrixT >::ColumnVectorType |
typedef MatrixT capd::geomset::AffineSet< MatrixT >::MatrixType |
typedef MatrixType::template rebind<typename ScalarType::BoundType>::other capd::geomset::AffineSet< MatrixT >::RealMatrix |
typedef VectorType::template rebind<typename ScalarType::BoundType>::other capd::geomset::AffineSet< MatrixT >::RealVector |
typedef MatrixType::ScalarType capd::geomset::AffineSet< MatrixT >::ScalarType |
typedef MatrixType::size_type capd::geomset::AffineSet< MatrixT >::size_type |
typedef MatrixType::RowVectorType capd::geomset::AffineSet< MatrixT >::VectorType |
|
inlinevirtual |
|
inline |
returns dimension of a set
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
returns set's name
Reimplemented in capd::pdes::C0DoubletonSetGeometricTail< capd::dynset::C1DoubletonSet< GeometricBound::MatrixType, Policies > >, capd::dynset::C0HODoubletonSet< MatrixT, Policies >, capd::dynset::C1DoubletonSet< MatrixT, Policies >, capd::dynset::C1DoubletonSet< GeometricBound::MatrixType, Policies >, capd::geomset::CenteredAffineSet< MatrixT >, capd::dynset::C0DoubletonSet< MatrixT, Policies >, capd::dynset::C0DoubletonSet< GeometricBound::MatrixType, capd::C0Rect2Policies >, capd::geomset::DoubletonSet< MatrixT >, capd::geomset::DoubletonSet< GeometricBound::MatrixType >, capd::dynset::C2DoubletonSet< MatrixT, Policies >, capd::geomset::CenteredDoubletonSet< MatrixT >, capd::geomset::CenteredTripletonSet< MatrixT >, capd::geomset::CenteredDoubletonSet< GeometricBound::MatrixType >, capd::dynset::C0AffineSet< MatrixT, Policies >, capd::dynset::C1AffineSet< MatrixT, Policies >, and capd::dynset::C11Rect2Set< MatrixT >.
capd::geomset::AffineSet< MatrixT >::operator VectorType | ( | ) | const |
returns interval vector that contains set.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
B is a coordinate system.
|
protected |
|
protected |
r is a interval set in given coordinate system
|
protected |
x is a center of the set