CAPD DynSys Library
5.2.0
|
This class is a data structure used in implementation of all types of HO sets. More...
#include <capd/dynset/HOData.h>
Public Types | |
typedef BaseData::MatrixType | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ScalarType | ScalarType |
typedef MatrixType::size_type | size_type |
Public Member Functions | |
HOData (size_type dimension) | |
void | computeC0HORemainder (size_type p, size_type q) |
void | computeC1HORemainder (size_type p, size_type q, MatrixType &jacRem) |
void | computeC0HOCoefficients () |
Public Attributes | |
VectorType | psiPlus |
VectorType | psiMinus |
VectorType | pBound |
VectorType | cBound |
MatrixType | JPlus |
MatrixType | JMinus |
MatrixType | midJMinusInverse |
MatrixType | T |
This class is a data structure used in implementation of all types of HO sets.
It stores temporary objects that do not need to be allocated in each call to move function. It also helps in implementation of C^1 algorithms.