QPALM main
Proximal Augmented Lagrangian method for Quadratic Programs
Data Structures | Namespaces
qpalm.hpp File Reference
#include <sparse.hpp>
#include <types.h>
#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::QPALMData
 Stores the matrices and vectors that define the problem. More...
 
struct  qpalm::QPALMSettings
 Settings and parameters for the QPALM solver. More...
 
struct  qpalm::QPALMSolutionView
 View on the solution returned by the solver. More...
 
class  qpalm::QPALMSolver
 Main QPALM solver. More...
 

Namespaces

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