proxsuite-nlp  0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
function-ops.hpp File Reference
#include "proxsuite-nlp/function-base.hpp"
#include <utility>
Include dependency graph for function-ops.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition in file function-ops.hpp.