QPALM main
Proximal Augmented Lagrangian method for Quadratic Programs
Loading...
Searching...
No Matches
Data Fields
qpalm::SolutionView Struct Reference

#include <qpalm.hpp>

Detailed Description

View on the solution returned by the solver.

Note
This is just a view of the solution, which is invalidated when the solver object is destroyed. Create a copy of x and y as type vec_t if you need the solution after the solver is gone.

Definition at line 129 of file qpalm.hpp.

+ Collaboration diagram for qpalm::SolutionView:

Data Fields

const_borrowed_vec_t x {nullptr, 0}
 
const_borrowed_vec_t y {nullptr, 0}
 

Field Documentation

◆ x

const_borrowed_vec_t qpalm::SolutionView::x {nullptr, 0}

Definition at line 130 of file qpalm.hpp.

◆ y

const_borrowed_vec_t qpalm::SolutionView::y {nullptr, 0}

Definition at line 131 of file qpalm.hpp.


The documentation for this struct was generated from the following file: