Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
radau_integrator.h File Reference
Include dependency graph for radau_integrator.h:

Classes

class  RadauIntegrator< T, num_stages >
 A selectable order (third- or first-order), fully implicit integrator with error estimation. More...

Namespaces

namespace  drake
namespace  drake::systems

Typedefs

template<typename T>
using Radau3Integrator = RadauIntegrator<T, 2>
 A third-order fully implicit integrator with error estimation.
template<typename T>
using Radau1Integrator = RadauIntegrator<T, 1>
 A first-order fully implicit integrator with error estimation.