|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|
#include <cmath>#include <limits>#include "../Function.hpp"#include "../DerivativesEstimates.hpp"#include "ForwardDifferenceGradientEstimate.hpp"#include "../../ipo/detail/GSL.hpp"

Go to the source code of this file.
Classes | |
| class | ipo_function::detail::ForwardDifferenceDerivativesEstimates |
| This class estimates a function value, gradient and Hessian at a given vector. More... | |
Namespaces | |
| ipo_function | |
| Namespace for functions that can be used by ipo::Objective and ipo::Constraint. | |
| ipo_function::detail | |
| Namespace for details of ipo_function that are not normally needed to construct and solve a convex optimisation problem. | |