$darkmode
Struct to track per iteration progress of PGS constraint solver. More...
#include <pinocchio/algorithm/solvers/pgs-solver.hpp>


Public Types | |
| typedef ConstraintSolverStatsBase< Self > | Base |
| typedef _Scalar | Scalar |
| typedef PGSSolverStatsTpl | Self |
Public Member Functions | |
| PGSSolverStatsTpl () | |
| Default constructor. | |
| PGSSolverStatsTpl (std::size_t max_iterations) | |
| Constructor given a maximum iteration of the solver. | |
| void | reserveImpl (std::size_t) |
| void | resetImpl () |
Struct to track per iteration progress of PGS constraint solver.
Definition at line 423 of file pgs-solver.hpp.