proxsuite-nlp  0.11.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.
 

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.

Function Documentation

◆ compose()

template<typename Scalar>
auto proxsuite::nlp::compose ( const shared_ptr< C2FunctionTpl< Scalar > > & left,
const shared_ptr< C2FunctionTpl< Scalar > > & right )

Compose two function objects.

Returns
ComposeFunctionTpl object representing the composition of left and right.

Definition at line 56 of file function-ops.hpp.