#include <memory>#include <optional>#include <vector>#include "drake/common/default_scalars.h"#include "drake/common/drake_assert.h"#include "drake/common/drake_copyable.h"#include "drake/common/eigen_types.h"Classes | |
| struct | TamsiSolverParameters |
| These are the parameters controlling the iteration process of the TamsiSolver solver. More... | |
| struct | TamsiSolverIterationStats |
| Struct used to store information about the iteration process performed by TamsiSolver. More... | |
| class | TamsiSolver< T > |
Namespaces | |
| drake | |
| drake::multibody | |
Enumerations | |
| enum | TamsiSolverResult { kSuccess = 0, kMaxIterationsReached = 1, kLinearSolverFailed = 2, kAlphaSolverFailed = 3 } |
| The result from TamsiSolver::SolveWithGuess() used to report the success or failure of the solver. More... | |