CAPD DynSys Library 5.2.0
capd::dynset::C1DoubletonData< MatrixT > Struct Template Reference

#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

 C1DoubletonData (size_type dimension)
 

Public Attributes

MatrixType jacRem
 
MatrixType jacEnc
 
VectorType x
 
VectorType deltaX
 
VectorType y
 
VectorType deltaY
 
VectorType rem
 
VectorType enc
 
MatrixType jacPhi
 
MatrixType deltaC
 
MatrixType B
 

Member Typedef Documentation

◆ MatrixType

template<class MatrixT >
typedef MatrixT capd::dynset::C1DoubletonData< MatrixT >::MatrixType

◆ ScalarType

template<class MatrixT >
typedef MatrixType::ScalarType capd::dynset::C1DoubletonData< MatrixT >::ScalarType

◆ size_type

template<class MatrixT >
typedef MatrixType::size_type capd::dynset::C1DoubletonData< MatrixT >::size_type

◆ VectorType

template<class MatrixT >
typedef MatrixType::RowVectorType capd::dynset::C1DoubletonData< MatrixT >::VectorType

Constructor & Destructor Documentation

◆ C1DoubletonData()

template<class MatrixT >
capd::dynset::C1DoubletonData< MatrixT >::C1DoubletonData ( size_type  dimension)
inlineexplicit

Member Data Documentation

◆ B

template<class MatrixT >
MatrixType capd::dynset::DoubletonData< MatrixT >::B
inherited

◆ deltaC

template<class MatrixT >
MatrixType capd::dynset::DoubletonData< MatrixT >::deltaC
inherited

◆ deltaX

template<class MatrixT >
VectorType capd::dynset::DoubletonData< MatrixT >::deltaX
inherited

◆ deltaY

template<class MatrixT >
VectorType capd::dynset::DoubletonData< MatrixT >::deltaY
inherited

◆ enc

template<class MatrixT >
VectorType capd::dynset::DoubletonData< MatrixT >::enc
inherited

◆ jacEnc

template<class MatrixT >
MatrixType capd::dynset::C1DoubletonData< MatrixT >::jacEnc

◆ jacPhi

template<class MatrixT >
MatrixType capd::dynset::DoubletonData< MatrixT >::jacPhi
inherited

◆ jacRem

template<class MatrixT >
MatrixType capd::dynset::C1DoubletonData< MatrixT >::jacRem

◆ rem

template<class MatrixT >
VectorType capd::dynset::DoubletonData< MatrixT >::rem
inherited

◆ x

template<class MatrixT >
VectorType capd::dynset::DoubletonData< MatrixT >::x
inherited

◆ y

template<class MatrixT >
VectorType capd::dynset::DoubletonData< MatrixT >::y
inherited