|
class | capd::dynset::AbstractSet< VectorT > |
|
class | capd::dynset::AffineCoordinateChange< MatrixT > |
| Affine Coordinate system Change y = y0 + B*(x-x0) More...
|
|
class | capd::dynset::C0AffineSet< MatrixT, Policies > |
| The set is represented as: x + B*r; and is moved by the following method. More...
|
|
class | capd::dynset::C0BallSet< MatrixT > |
| the set is represented as: x + Ball(r). More...
|
|
class | capd::dynset::C0DoubletonSet< MatrixT, Policies > |
| The set is represented as doubleton: x + C*r0 + B*r; and is moved by the following method. More...
|
|
class | capd::dynset::C0GraphicalSet< BaseSetT, OutputT > |
| C0GraphicalSet is an envelope class for any class derived from C0Set. It adds a possibility of an additional Output after each 'move' of the original set. More...
|
|
class | capd::dynset::C0Set< MatrixT > |
| Common interface of all sets that stores only C0 information (set position). More...
|
|
struct | capd::dynset::SetTraits< C0Set< MatrixT > > |
| Specialization of Traits class. More...
|
|
class | capd::dynset::C0TripletonSet< MatrixT, Policies > |
| Class C0TripletonSet represents a subset of R^n in the following form. More...
|
|
class | capd::dynset::C11Rect2< MatrixT, QRPolicy > |
| doubleton set with reorganization moved by QR decomposition (3rd method). More...
|
|
class | capd::dynset::C1AffineSet< MatrixT, Policies > |
| The C1 set is represented as doubleton: x + B*r;. More...
|
|
class | capd::dynset::C1DoubletonSet< MatrixT, Policies > |
| The C1 set is represented as doubleton: x + C*r0 + B*r;. More...
|
|
class | capd::dynset::C1GraphicalSet< MatrixT, OutputClass > |
| C1GraphicalSet is an envelope class for any class derived from C1Set. It adds a possibility of an additional Output after each 'move' of the original set. More...
|
|
class | capd::dynset::C1Set< MatrixT > |
| Common interface of all sets that store C1 informations (set position and first derivatives) More...
|
|
struct | capd::dynset::SetTraits< C1Set< MatrixT > > |
|
class | capd::dynset::C2DoubletonSet< MatrixT, Policies > |
| C2 set in doubleton form. More...
|
|
class | capd::dynset::C2Set< MatrixT > |
| Common interface of all sets that store C2 information (set position and first and second derivatives) More...
|
|
struct | capd::dynset::SetTraits< C2Set< MatrixT > > |
|
class | capd::dynset::CnDoubletonSet< MatrixT, Policies, DEGREE > |
| This set stores vector of derivatives with respect to a multiindex alpha as a doubleton. More...
|
|
class | capd::dynset::CnRect2Set< MatrixT, Policies, DEGREE > |
| Set that stores all derivatives to given order in doubleton form with reorganization moved by QR decomposition method. More...
|
|
class | capd::dynset::CnSet< MatrixT, DEGREE > |
| Common interface of all sets that store Cn information (set position and derivatives to order n) More...
|
|
struct | capd::dynset::SetTraits< CnSet< MatrixT, DEGREE > > |
|
class | capd::dynset::CoordinateSystem< MatrixT > |
| Defines coordinate system. More...
|
|
class | capd::dynset::IdQRPolicy |
|
class | capd::dynset::DefaultPolicy |
|
struct | capd::dynset::DoubletonData< MatrixT > |
| This class is a data structure used in implementation of all types of Doubleton and Tripleton sets. More...
|
|
struct | capd::dynset::TripletonData< MatrixT > |
|
struct | capd::dynset::C1DoubletonData< MatrixT > |
|
class | capd::dynset::C0EnclosureHolder< VectorT > |
| These classes are used as base classes for all types of C^0-C^n sets. More...
|
|
class | capd::dynset::C1EnclosureHolder< MatrixT > |
|
class | capd::dynset::C2EnclosureHolder< MatrixT > |
|
struct | capd::dynset::HOData< BaseData > |
| This class is a data structure used in implementation of all types of HO sets. More...
|
|
class | capd::dynset::InverseQRPolicy< BasePolicy > |
|
class | capd::dynset::FullQRWithPivoting< BasePolicy > |
|
class | capd::dynset::PartialQRWithPivoting< N, BasePolicy > |
|
class | capd::dynset::SelectiveQRWithPivoting< BasePolicy > |
| Vectors are orthogonalized only if they are close to be parallel. More...
|
|
class | capd::dynset::CanonicalReorganization< DoubletonT, FactorPolicyT > |
| During reorganization we set C and B to Identity and put everything into r0. More...
|
|
class | capd::dynset::CoordWiseReorganization< BasePolicy > |
| In this reorganization policy column vector B_i corresponding to the biggest coordinate in r (r_i) replaces vector in C_j the 'closest' to B_i and the r_i is moved to r0. More...
|
|
class | capd::dynset::InvBByCFactorReorganization< BasePolicy > |
| Factor based reorganization for C1 sets. More...
|
|
class | capd::dynset::SwapReorganization< BasePolicy > |
| Reorganization is performed if r is bigger than r0 but in coordinate system of r. More...
|
|
struct | capd::dynset::SetTraits< SetT > |
| This class provides a trait of being set of a given type, i.e. More...
|
|