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. | |
Definition in file function-ops.hpp.
| auto proxsuite::nlp::compose | ( | const shared_ptr< C2FunctionTpl< Scalar > > & | left, |
| const shared_ptr< C2FunctionTpl< Scalar > > & | right ) |
Compose two function objects.
left and right. Definition at line 56 of file function-ops.hpp.