aligator
0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/core/function-abstract.hpp"
#include "aligator/core/unary-function.hpp"
#include "aligator/core/vector-space.hpp"
#include "aligator/third-party/polymorphic_cxx14.h"
Go to the source code of this file.
Classes | |
struct | aligator::detail::StateOrControlErrorResidual< _Scalar, 0 > |
Pure state residual. More... | |
struct | aligator::detail::StateOrControlErrorResidual< _Scalar, arg > |
Residual \(r(z) = z \ominus z_{tar} \). More... | |
struct | aligator::StateErrorResidualTpl< Scalar > |
State error \(x \ominus x_\text{ref}\). More... | |
struct | aligator::ControlErrorResidualTpl< Scalar > |
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::detail |