alpaqa
conan-profiles
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
src
driver
fista-driver.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
alpaqa/config/config.hpp
>
4
#include <
alpaqa/params/options.hpp
>
5
6
#include <
alpaqa/driver/solver-driver.hpp
>
7
8
namespace
alpaqa::driver
{
9
SharedSolverWrapper
make_fista_driver
(std::string_view direction,
10
alpaqa::Options &opts);
11
}
config.hpp
alpaqa::driver
Definition
alm-driver.hpp:11
alpaqa::driver::make_fista_driver
SharedSolverWrapper make_fista_driver(std::string_view direction, alpaqa::Options &opts)
Definition
fista-driver.cpp:46
alpaqa::driver::SharedSolverWrapper
std::shared_ptr< SolverWrapper > SharedSolverWrapper
Definition
solver-driver.hpp:23
options.hpp
solver-driver.hpp
Generated on
for alpaqa by
1.14.0