proxsuite-nlp  0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
residuals.hpp File Reference
Include dependency graph for residuals.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  proxsuite
 Main package namespace.
 
namespace  proxsuite::nlp
 
namespace  proxsuite::nlp::python
 Python bindings.
 

Functions

template<typename T , class Init >
auto proxsuite::nlp::python::expose_function (const char *name, const char *docstring, Init init)
 Expose a differentiable residual (subclass of C2FunctionTpl).