#include <qpalm.hpp>
Stores the matrices and vectors that define the problem.
- Examples
- examples/cxx/qpalm_demo.cpp.
Definition at line 38 of file qpalm.hpp.
◆ Data()
Construct a problem of dimension n with m constraints.
Definition at line 55 of file qpalm.hpp.
◆ get_A()
Get a view on the A matrix of the problem.
Definition at line 78 of file qpalm.hpp.
◆ get_c_data_ptr()
const ::QPALMData * qpalm::Data::get_c_data_ptr |
( |
| ) |
const |
Get a pointer to the underlying C data structure.
- See also
- QPALMData
Definition at line 7 of file qpalm.cpp.
◆ get_Q()
Get a view on the Q matrix of the problem.
Definition at line 74 of file qpalm.hpp.
◆ set_A()
◆ set_Q()
◆ bmax
vec_t qpalm::Data::bmax = vec_t::Zero(m) |
◆ bmin
vec_t qpalm::Data::bmin = vec_t::Zero(m) |
Number of constraints (size of bmin and bmax, number of rows of A).
Definition at line 45 of file qpalm.hpp.
Problem dimension (size of x and q, number rows and columns of Q, number of columns of A).
Definition at line 42 of file qpalm.hpp.
vec_t qpalm::Data::q = vec_t::Zero(n) |
The documentation for this class was generated from the following files: