aligator
0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/core/function-abstract.hpp"
#include "aligator/core/dynamics.hpp"
#include "aligator/core/constraint.hpp"
#include <fmt/ostream.h>
Go to the source code of this file.
Classes | |
struct | aligator::StageModelTpl< _Scalar > |
A stage in the control problem. More... | |
Namespaces | |
namespace | aligator |
Main package namespace. | |
Macros | |
#define | ALIGATOR_CHECK_DERIVED_CLASS(Base, Derived) |
Functions | |
template<typename Scalar> | |
std::ostream & | aligator::operator<< (std::ostream &oss, const StageModelTpl< Scalar > &stage) |
Definition in file stage-model.hpp.
#define ALIGATOR_CHECK_DERIVED_CLASS | ( | Base, | |
Derived ) |
Definition at line 13 of file stage-model.hpp.