#include <memory>#include <optional>#include <utility>#include "drake/common/default_scalars.h"#include "drake/common/drake_assert.h"#include "drake/common/drake_copyable.h"#include "drake/common/eigen_types.h"#include "drake/systems/analysis/dense_output.h"#include "drake/systems/analysis/integrator_base.h"#include "drake/systems/framework/context.h"Classes | |
| class | InitialValueProblem< T > |
| A general initial value problem (or IVP) representation class, that allows evaluating the π±(t; π€) solution function to the given ODE dπ±/dt = f(t, π±; π€), where f : t β¨― π± β ββΏ, t β β, π± β ββΏ, π€ β βα΅, provided an initial condition π±(tβ; π€) = π±β. More... | |
Namespaces | |
| namespace | drake |
| namespace | drake::systems |