Base definitions for function classes. More...
#include "proxsuite-nlp/fwd.hpp"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. | |
Base definitions for function classes.
Definition in file function-base.hpp.