aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/python/functions.hpp"
#include "aligator/python/eigen-member.hpp"
#include "aligator/modelling/state-error.hpp"
#include "aligator/modelling/linear-function.hpp"
#include "aligator/modelling/control-box-function.hpp"
#include "aligator/modelling/function-xpr-slice.hpp"
Go to the source code of this file.
Classes | |
struct | aligator::python::FunctionDataWrapper |
Required trampoline class. More... | |
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::python |
The Python bindings. | |
Typedefs | |
using | aligator::python::PolyFunction = xyz::polymorphic<StageFunction> |
using | aligator::python::StateErrorResidual = StateErrorResidualTpl<Scalar> |
using | aligator::python::ControlErrorResidual = ControlErrorResidualTpl<Scalar> |
Functions | |
void | aligator::python::exposeFunctionBase () |
void | aligator::python::exposeUnaryFunctions () |
Expose the UnaryFunction type and its member function overloads. | |
void | aligator::python::exposeFunctionExpressions () |
void | aligator::python::exposeFunctions () |
Expose stagewise function classes. | |
Variables | |
PolymorphicMultiBaseVisitor< StageFunction > | aligator::python::func_visitor |
Definition in file expose-functions.cpp.