maliput
initial_value_problem.h File Reference
Include dependency graph for initial_value_problem.h:
This graph shows which files directly or indirectly include this file:

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...
 
struct  InitialValueProblem< T >::OdeContext
 A collection of values i.e. More...
 

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::drake
 
 maliput::drake::systems