proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
#include "proxsuite-nlp/manifold-base.hpp"
#include "proxsuite-nlp/function-base.hpp"
#include <boost/core/demangle.hpp>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | proxsuite::nlp::CostFunctionBaseTpl< Scalar > |
Base class for differentiable cost functions. More... | |
struct | proxsuite::nlp::func_to_cost< Scalar > |
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
Functions | |
template<typename Scalar > | |
auto | proxsuite::nlp::downcast_function_to_cost (const shared_ptr< C2FunctionTpl< Scalar > > &func) -> shared_ptr< CostFunctionBaseTpl< Scalar > > |
Definition in file cost-function.hpp.