Represents the data structured required by any qp solver.
More...
#include <GenericSolver.hpp>
|
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > | hessian |
|
Eigen::VectorXd | gradient |
|
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > | a_constraints |
|
Eigen::VectorXd | lb_a |
|
Eigen::VectorXd | ub_a |
|
Eigen::VectorXd | solution |
|
Represents the data structured required by any qp solver.
The documentation for this struct was generated from the following file: