Template Struct CodeGenIntegrate
Defined in File code-generator-algo.hpp
Inheritance Relationships
Base Type
public pinocchio::CodeGenBase< _Scalar >
(Template Struct CodeGenBase)
Struct Documentation
-
template<typename _Scalar>
struct CodeGenIntegrate : public pinocchio::CodeGenBase<_Scalar> Public Types
-
typedef CodeGenBase<_Scalar> Base
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)
-
typedef CodeGenBase<_Scalar> Base