aligator  0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
context.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace aligator {
7namespace context {
8
11
13
15
17
19
21
24
26
27} // namespace context
28} // namespace aligator
Main package namespace.
Continuous dynamics described by differential-algebraic equations (DAEs) .
Definition fwd.hpp:12
Data struct for ContinuousDynamicsAbstractTpl.
Definition fwd.hpp:15
Base class for (implicit) numerical integrators.
Data class for numerical integrators (IntegratorAbstractTpl).
Base class for ODE dynamics .