7 #include "pinocchio/algorithm/fwd.hpp"
13 template<
typename Scalar,
int Options>
14 struct PGSConstraintSolverTpl;
15 typedef PGSConstraintSolverTpl<context::Scalar, context::Options> PGSConstraintSolver;
17 template<
typename Scalar>
18 struct PGSSolverSettingsTpl;
19 typedef PGSSolverSettingsTpl<context::Scalar> PGSSolverSettings;
21 template<
typename Scalar,
int Options>
22 struct PGSSolverResultTpl;
23 typedef PGSSolverResultTpl<context::Scalar, context::Options> PGSSolverResult;
25 template<
typename Scalar>
26 struct PGSSolverStatsTpl;
27 typedef PGSSolverStatsTpl<context::Scalar> PGSSolverStats;
31 template<
typename Scalar,
int Options>
32 struct ADMMConstraintSolverTpl;
33 typedef ADMMConstraintSolverTpl<context::Scalar, context::Options> ADMMConstraintSolver;
35 template<
typename Scalar>
36 struct ADMMSolverSettingsTpl;
37 typedef ADMMSolverSettingsTpl<context::Scalar> ADMMSolverSettings;
39 template<
typename Scalar,
int Options>
40 struct ADMMSolverResultTpl;
41 typedef ADMMSolverResultTpl<context::Scalar, context::Options> ADMMSolverResult;
43 template<
typename Scalar>
44 struct ADMMSolverStatsTpl;
45 typedef ADMMSolverStatsTpl<context::Scalar> ADMMSolverStats;
Main pinocchio namespace.