qpmad
Eigen-based C++ QP solver.
|
Namespaces | |
testing | |
Classes | |
class | ActiveSet |
class | ChosenConstraint |
class | ConstraintStatus |
class | FactorizationData |
class | GivensRotation |
Represents Givens rotation. More... | |
class | SolverBase |
class | TriangularInversion |
class | SolverTemplate |
class | SolverParameters |
Typedefs | |
typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE | MatrixIndex |
typedef Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > | QPMatrix |
typedef Eigen::Matrix< double, Eigen::Dynamic, 1 > | QPVector |
using | Solver = SolverTemplate< double, Eigen::Dynamic, 1, Eigen::Dynamic > |
Functions | |
template<class t_VectorType > | |
void | dropElementWithoutResize (t_VectorType &vector, const MatrixIndex index, const MatrixIndex size) |
typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE qpmad::MatrixIndex |
typedef Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> qpmad::QPMatrix |
typedef Eigen::Matrix<double, Eigen::Dynamic, 1> qpmad::QPVector |
using qpmad::Solver = typedef SolverTemplate<double, Eigen::Dynamic, 1, Eigen::Dynamic> |
|
inline |