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::ComposeFunctionTpl< Scalar > |
Composition of two functions \(f \circ g\). More... | |
Namespaces | |
namespace | proxsuite |
Main package namespace. | |
namespace | proxsuite::nlp |
Functions | |
template<typename Scalar > | |
auto | proxsuite::nlp::compose (const shared_ptr< C2FunctionTpl< Scalar > > &left, const shared_ptr< C2FunctionTpl< Scalar > > &right) |
Compose two function objects. | |
Definition in file function-ops.hpp.