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