proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
#include "proxsuite-nlp/problem-base.hpp"
#include "proxsuite-nlp/ldlt-allocator.hpp"
#include <fmt/ostream.h>
Go to the source code of this file.
Classes | |
struct | proxsuite::nlp::WorkspaceTpl< Scalar > |
struct | fmt::formatter< proxsuite::nlp::WorkspaceTpl< Scalar > > |
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
Functions | |
template<typename Scalar > | |
auto | proxsuite::nlp::allocate_ldlt_from_problem (const ProblemTpl< Scalar > &prob, LDLTChoice choice) |
Definition in file workspace.hpp.