Template Struct ComputeABADerivativesBackwardStep2

Inheritance Relationships

Base Type

Struct Documentation

template<typename Scalar, int Options, template<typename, int> class JointCollectionTpl>
struct ComputeABADerivativesBackwardStep2 : public pinocchio::fusion::JointUnaryVisitorBase<ComputeABADerivativesBackwardStep2<Scalar, Options, JointCollectionTpl>>

Public Types

typedef ModelTpl<Scalar, Options, JointCollectionTpl> Model
typedef DataTpl<Scalar, Options, JointCollectionTpl> Data
typedef boost::fusion::vector<const Model&, Data&> ArgsType

Public Static Functions

template<typename JointModel>
static inline void algo(const JointModelBase<JointModel> &jmodel, const Model &model, Data &data)
template<typename Min, typename Mout>
static inline void lhsInertiaMult(const typename Data::Inertia &Y, const Eigen::MatrixBase<Min> &J, const Eigen::MatrixBase<Mout> &F)