proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
#include "proxsuite-nlp/python/fwd.hpp"
#include "proxsuite-nlp/third-party/polymorphic_cxx14.hpp"
#include "proxsuite-nlp/macros.hpp"
#include <eigenpy/utils/traits.hpp>
#include <boost/core/demangle.hpp>
#include <variant>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::python |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
namespace | proxsuite::nlp::python |
Python bindings. | |
Functions | |
template<class Poly > | |
void | proxsuite::nlp::python::register_polymorphic_to_python () |
Expose a polymorphic value type, e.g. xyz::polymorphic<T, A>. | |