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) |
Definition at line 13 of file fista-driver.cpp.
| auto make_inner_fista_solver | ( | alpaqa::Options & | opts | ) |
Definition at line 15 of file fista-driver.cpp.
| SharedSolverWrapper make_fista_driver_impl | ( | std::string_view | direction, |
| alpaqa::Options & | opts ) |
Definition at line 27 of file fista-driver.cpp.