#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>
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 |
struct alpaqa::ConvexNewtonDirection::Params |
Class Members | ||
---|---|---|
AcceleratorParams | accelerator = {} | |
DirectionParams | direction = {} |