#include <alpaqa/implementation/outer/alm.tpp>
#include <alpaqa/inner/fista.hpp>
#include "alm-driver.hpp"
#include "cancel.hpp"
#include "fista-driver.hpp"
#include "solver-driver.hpp"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{fista-driver.cpp} |
Typedefs | |
using | FISTASolver = alpaqa::FISTASolver< alpaqa::DefaultConfig > |
Functions | |
auto | make_inner_fista_solver (Options &opts) |
template<class LoadedProblem > | |
SharedSolverWrapper | make_fista_driver_impl (std::string_view direction, Options &opts) |
SharedSolverWrapper | make_fista_driver (std::string_view direction, Options &opts) |
SharedSolverWrapper make_fista_driver | ( | std::string_view | direction, |
Options & | opts | ||
) |