10 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
void
11 updateGlobalPlacements<context::Scalar, context::Options, JointCollectionDefaultTpl>(
15 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
void forwardKinematics<
18 JointCollectionDefaultTpl,
19 Eigen::Ref<const context::VectorXs>>(
22 const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &);
24 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
void forwardKinematics<
27 JointCollectionDefaultTpl,
28 Eigen::Ref<const context::VectorXs>,
29 Eigen::Ref<const context::VectorXs>>(
32 const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &,
33 const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &);
35 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
void forwardKinematics<
38 JointCollectionDefaultTpl,
39 Eigen::Ref<const context::VectorXs>,
40 Eigen::Ref<const context::VectorXs>,
41 Eigen::Ref<const context::VectorXs>>(
44 const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &,
45 const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &,
46 const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &);
48 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
49 MotionTpl<context::Scalar, context::Options>
50 getVelocity<context::Scalar, context::Options, JointCollectionDefaultTpl>(
53 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
54 MotionTpl<context::Scalar, context::Options>
55 getAcceleration<context::Scalar, context::Options, JointCollectionDefaultTpl>(
58 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
59 MotionTpl<context::Scalar, context::Options>
60 getClassicalAcceleration<context::Scalar, context::Options, JointCollectionDefaultTpl>(