alpaqa 1.0.0a19
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Namespaces
convex-newton.hpp File Reference
#include <alpaqa/config/config.hpp>
#include <alpaqa/export.hpp>
#include <alpaqa/inner/directions/panoc-direction-update.hpp>
#include <alpaqa/inner/internal/panoc-helpers.hpp>
#include <alpaqa/problem/sparsity-conversions.hpp>
#include <alpaqa/problem/sparsity.hpp>
#include <alpaqa/problem/type-erased-problem.hpp>
#include <alpaqa/util/alloc-check.hpp>
#include <alpaqa/util/index-set.hpp>
#include <alpaqa/util/print.hpp>
#include <iostream>
#include <optional>
#include <stdexcept>
#include <Eigen/Cholesky>
#include <Eigen/Eigenvalues>
#include <Eigen/src/Cholesky/LDLT.h>
+ Include dependency graph for convex-newton.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ConvexNewtonRegularizationParams< Conf >
 Parameters for the ConvexNewtonDirection class. More...
 
struct  ConvexNewtonDirectionParams< Conf >
 Parameters for the ConvexNewtonDirection class. More...
 
struct  ConvexNewtonDirection< Conf >
 
struct  ConvexNewtonDirection< Conf >::Params
 

Namespaces

namespace  alpaqa
 

Class Documentation

◆ alpaqa::ConvexNewtonDirection::Params

struct alpaqa::ConvexNewtonDirection::Params
+ Collaboration diagram for ConvexNewtonDirection< Conf >::Params:
Class Members
AcceleratorParams accelerator = {}
DirectionParams direction = {}