proxsuite-nlp  0.10.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.
 
namespace  proxsuite::nlp
 

Detailed Description

Base definitions for function classes.

Definition in file function-base.hpp.