Drake
Drake C++ Documentation
tamsi_solver.h File Reference
#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/drake_throw.h"
#include "drake/common/eigen_types.h"
Include dependency graph for tamsi_solver.h:
This graph shows which files directly or indirectly include this file:

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...