CAPD::DynSys Library  6.0.0
capd::dynset::DoubletonData< MatrixT > Struct Template Reference

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
 

Detailed Description

template<class MatrixT>
struct capd::dynset::DoubletonData< MatrixT >

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.


The documentation for this struct was generated from the following file: