aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/python/fwd.hpp"
#include "aligator/python/blk-matrix.hpp"
#include "aligator/gar/lqr-problem.hpp"
#include "aligator/gar/riccati-base.hpp"
#include "aligator/python/utils.hpp"
#include "aligator/python/visitors.hpp"
#include <eigenpy/std-array.hpp>
Go to the source code of this file.
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::python |
The Python bindings. | |
Typedefs | |
using | aligator::python::knot_t = LQRKnotTpl<context::Scalar> |
using | aligator::python::RowMatrixXs = Eigen::Transpose<MatrixXs>::PlainMatrix |
using | aligator::python::knot_vec_t = lqr_t::KnotVector |
Functions | |
static void | aligator::python::exposeBlockMatrices () |
void | aligator::python::exposeParallelSolver () |
void | aligator::python::exposeDenseSolver () |
void | aligator::python::exposeProxRiccati () |
void | aligator::python::exposeGarUtils () |
void | aligator::python::exposeGAR () |
Expose GAR module. | |