Template Struct CodeGenIntegrate

Inheritance Relationships

Base Type

Struct Documentation

template<typename _Scalar>
struct CodeGenIntegrate : public pinocchio::CodeGenBase<_Scalar>

Public Types

typedef CodeGenBase<_Scalar> Base
typedef Base::Scalar Scalar
typedef Base::Model Model
typedef Base::ADConfigVectorType ADConfigVectorType
typedef Base::ADTangentVectorType ADTangentVectorType
typedef Base::MatrixXs MatrixXs
typedef Base::VectorXs VectorXs

Public Functions

inline CodeGenIntegrate(const Model &model, const std::string &function_name = "integrate", const std::string &library_name = "cg_integrate_eval")
inline virtual void buildMap()

build the mapping Y = f(X)

template<typename ConfigVectorType1, typename TangentVector, typename ConfigVectorType2>
inline void evalFunction(const Eigen::MatrixBase<ConfigVectorType1> &q, const Eigen::MatrixBase<TangentVector> &v, const Eigen::MatrixBase<ConfigVectorType2> &qout)
template<typename Vector>
inline void evalFunction(const Eigen::MatrixBase<Vector> &x)

Protected Attributes

VectorXs x
VectorXs res
ADConfigVectorType ad_q
ADTangentVectorType ad_v
ADModel ad_model
ADFun ad_fun
ADVectorXs ad_X
ADVectorXs ad_Y
VectorXs y