#include <alpaqa/inner/directions/pantr/newton-tr.hpp>
#include <alpaqa/inner/pantr.hpp>
#include <alpaqa/util/string-util.hpp>
#include "alm-driver.hpp"
#include "cancel.hpp"
#include "extra-stats.hpp"
#include "pantr-driver.hpp"
#include "solver-driver.hpp"
Go to the source code of this file.
Classes | |
struct | tag_t< T > |
Namespaces | |
namespace | anonymous_namespace{pantr-driver.cpp} |
Functions | |
template<template< class Direction > class Solver> | |
SharedSolverWrapper | make_pantr_like_solver (std::string_view direction, Options &opts) |
SharedSolverWrapper | make_pantr_driver (std::string_view direction, Options &opts) |
struct anonymous_namespace{pantr-driver.cpp}::tag_t |
SharedSolverWrapper make_pantr_driver | ( | std::string_view | direction, |
Options & | opts | ||
) |