proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
Go to the source code of this file.
Classes | |
struct | proxsuite::nlp::ResultsTpl< _Scalar > |
Results struct, holding the returned data from the solver. More... | |
struct | fmt::formatter<::proxsuite::nlp::ResultsTpl< Scalar > > |
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
Enumerations | |
enum | proxsuite::nlp::ConvergenceFlag { proxsuite::nlp::UNINIT = -1 , proxsuite::nlp::SUCCESS = 0 , proxsuite::nlp::MAX_ITERS_REACHED = 1 } |
Functions | |
auto | proxsuite::nlp::format_as (ConvergenceFlag fl) |
Definition in file results.hpp.