CAPD DynSys Library
5.2.0
|
This class is a data structure used in implementation of all types of Doubleton and Tripleton sets. More...
#include <capd/dynset/DoubletonData.h>
Public Types | |
typedef MatrixT | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ScalarType | ScalarType |
typedef MatrixType::size_type | size_type |
Public Member Functions | |
DoubletonData (size_type dimension) | |
Public Attributes | |
VectorType | x |
VectorType | deltaX |
VectorType | y |
VectorType | deltaY |
VectorType | rem |
VectorType | enc |
MatrixType | jacPhi |
MatrixType | deltaC |
MatrixType | B |
This class is a data structure used in implementation of all types of Doubleton and Tripleton sets.
It stores temporary objects that do not need to be allocated in each call to move function.