Nonconvex constrained optimization
Loading...
Searching...
No Matches
fista-driver.hpp
Go to the documentation of this file.
1#pragma once
2
5
7
8namespace alpaqa::driver {
9SharedSolverWrapper make_fista_driver(std::string_view direction,
10 alpaqa::Options &opts);
11}
SharedSolverWrapper make_fista_driver(std::string_view direction, alpaqa::Options &opts)
std::shared_ptr< SolverWrapper > SharedSolverWrapper