|
smooth_feedback
Control and estimation on Lie groups
|
Solver solution. More...
#include <qp.hpp>
Public Attributes | |
| QPSolutionStatus | code = QPSolutionStatus::Unknown |
| Exit code. More... | |
| uint32_t | iter |
| Number of iterations. More... | |
| Eigen::Matrix< Scalar, N, 1 > | primal |
| Primal vector. More... | |
| Eigen::Matrix< Scalar, M, 1 > | dual |
| Dual vector. More... | |
| Scalar | objective {0.} |
| Solution objective value. More... | |
Solver solution.
| QPSolutionStatus smooth::feedback::QPSolution< M, N, Scalar >::code = QPSolutionStatus::Unknown |
| Eigen::Matrix<Scalar, M, 1> smooth::feedback::QPSolution< M, N, Scalar >::dual |
| uint32_t smooth::feedback::QPSolution< M, N, Scalar >::iter |
| Scalar smooth::feedback::QPSolution< M, N, Scalar >::objective {0.} |
| Eigen::Matrix<Scalar, N, 1> smooth::feedback::QPSolution< M, N, Scalar >::primal |