Apollo  6.0
Open source self driving car software
Classes | Namespaces
qp_solver.h File Reference

: quadratic programming base class More...

#include "Eigen/Core"
#include "Eigen/LU"
Include dependency graph for qp_solver.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

: 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)