Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
NewtonDescent.hpp File Reference
#include <cmath>
#include <limits>
#include <ostream>
#include <iomanip>
#include <ccgsl/blas.hpp>
#include <ccgsl/linalg.hpp>
#include "LineSearch.hpp"
#include "../../ipo_function/DerivativesEstimates.hpp"
#include "GSL.hpp"
#include "../IPOException.hpp"
Include dependency graph for NewtonDescent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ipo::detail::NewtonDescent
 Newton descent method. More...
 
class  ipo::detail::NewtonDescent::Parameters
 Line search parameters. More...
 
class  ipo::detail::NewtonDescent::Stopping
 This class allows us to test suitable stopping conditions. More...
 

Namespaces

 ipo
 This namespace holds all the interior-point optimisation classes.
 
 ipo::detail
 Namespace for classes that handle details of interior-point optimisation that are not ordinarily accessed directly to set up and solve a convex optimisation problem.