QPALM main
Proximal Augmented Lagrangian method for Quadratic Programs
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
qpalm.hpp File Reference
#include <qpalm/sparse.hpp>
#include <qpalm/types.h>
#include <cassert>
#include <optional>
+ Include dependency graph for qpalm.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  qpalm::alloc::qpalm_workspace_cleaner
 Callable that cleans up the given workspace. More...
 
class  qpalm::Data
 Stores the matrices and vectors that define the problem. More...
 
struct  qpalm::Settings
 Settings and parameters for the QPALM solver. More...
 
struct  qpalm::SolutionView
 View on the solution returned by the solver. More...
 
class  qpalm::Solver
 Main QPALM solver. More...
 

Namespaces

namespace  qpalm
 
namespace  qpalm::alloc
 RAII-based wrappers for the allocation and deallocation functions of the C API.
 

Typedefs

using qpalm::Info = ::QPALMInfo
 Information returned by the solver.