|
Apollo
6.0
Open source self driving car software
|
: quadratic programming base class More...
#include "Eigen/Core"#include "Eigen/LU"

Go to the source code of this file.
Classes | |
| class | apollo::common::math::QpSolver |
Namespaces | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
| apollo::common | |
| apollo::common | |
| apollo::common::math | |
| apollo::common::math | |
: quadratic programming base class
min_x : q(x) = 0.5 * x^T * Q * x + x^T c with respect to: A * x = b (equality constraint) C * x >= d (inequality constraint)
1.8.13