proxsuite-nlp  0.11.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
 
Loading...
Searching...
No Matches
function-base.hpp File Reference

Base definitions for function classes. More...

Include dependency graph for function-base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  proxsuite::nlp::BaseFunctionTpl< _Scalar >
 Base function type. More...
 
struct  proxsuite::nlp::C1FunctionTpl< _Scalar >
 Differentiable function, with method for the Jacobian. More...
 
struct  proxsuite::nlp::C2FunctionTpl< _Scalar >
 Twice-differentiable function, with method Jacobian and vector-hessian product evaluation. More...
 

Namespaces

namespace  proxsuite
 Main package namespace.
 

Detailed Description

Base definitions for function classes.

Definition in file function-base.hpp.