7 #ifndef PINOCCHIO_SKIP_ALGORITHM_CHOLESKY
16 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI
const context::MatrixXs &
17 decompose<context::Scalar, context::Options, JointCollectionDefaultTpl>(
20 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
21 solve<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
24 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs
25 Mv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
28 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
Mv<
31 JointCollectionDefaultTpl,
36 const Eigen::MatrixBase<context::MatrixXs> &,
37 const Eigen::MatrixBase<context::MatrixXs> &);
39 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
40 UDUtv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
43 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
44 Uv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
47 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
48 Utv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
51 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
52 Uiv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
55 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
56 Utiv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
59 template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI context::MatrixXs &
60 computeMinv<context::Scalar, context::Options, JointCollectionDefaultTpl, context::MatrixXs>(
65 #endif // PINOCCHIO_SKIP_ALGORITHM_CHOLESKY