- 3.0.2 core module.
ct::core::GeneralLinearFunction< STATE_DIM, DIM1, DIM2, SCALAR > Class Template Reference

#include <LinearFunctions.h>

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW void swap (GeneralLinearFunction &arg)
 
void setZero ()
 

Public Attributes

TimeArray time_
 
DiscreteArray< Eigen::Matrix< SCALAR, DIM1, DIM2 > > uff_
 
DiscreteArray< Eigen::Matrix< SCALAR, DIM1, DIM2 > > deltaUff_
 
DiscreteArray< Eigen::Matrix< SCALAR, DIM1, STATE_DIM > > k_
 

Member Function Documentation

◆ swap()

◆ setZero()

Member Data Documentation

◆ time_

template<int STATE_DIM, int DIM1, int DIM2, class SCALAR = double>
TimeArray ct::core::GeneralLinearFunction< STATE_DIM, DIM1, DIM2, SCALAR >::time_

◆ uff_

template<int STATE_DIM, int DIM1, int DIM2, class SCALAR = double>
DiscreteArray<Eigen::Matrix<SCALAR, DIM1, DIM2> > ct::core::GeneralLinearFunction< STATE_DIM, DIM1, DIM2, SCALAR >::uff_

◆ deltaUff_

template<int STATE_DIM, int DIM1, int DIM2, class SCALAR = double>
DiscreteArray<Eigen::Matrix<SCALAR, DIM1, DIM2> > ct::core::GeneralLinearFunction< STATE_DIM, DIM1, DIM2, SCALAR >::deltaUff_

◆ k_

template<int STATE_DIM, int DIM1, int DIM2, class SCALAR = double>
DiscreteArray<Eigen::Matrix<SCALAR, DIM1, STATE_DIM> > ct::core::GeneralLinearFunction< STATE_DIM, DIM1, DIM2, SCALAR >::k_

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