Go to the documentation of this file.
25 bool transposedC =
false);
45 bool transposedC =
false);
63 bool transposedC =
false);
82 bool transposedC =
false,
89 const QPProblem<> & pb,
111 bool transposedC =
false,
112 double tau_d = 1e-6);
117 const QPProblem<> & pb,
118 double tau_d = 1e-6);
136 bool transposedC =
false,
138 double tau_d = 1e-6);
143 const FeasibilityConstraints & cstr,
145 double tau_d = 1e-6);
bool JRLQP_DLLAPI testKKT(const VectorConstRef &x, const VectorConstRef &u, const MatrixConstRef &G, const VectorConstRef &a, const MatrixConstRef &C, const VectorConstRef &bl, const VectorConstRef &bu, const VectorConstRef &xl, const VectorConstRef &xu, bool transposedC=false, double tau_p=1e-6, double tau_d=1e-6)
Definition: kkt.cpp:87
Definition: BoxAndSingleConstraintSolver.h:36
bool JRLQP_DLLAPI testKKTFeasibility(const VectorConstRef &x, const VectorConstRef &u, const MatrixConstRef &C, const VectorConstRef &bl, const VectorConstRef &bu, const VectorConstRef &xl, const VectorConstRef &xu, bool transposedC=false, double tau_p=1e-6, double tau_d=1e-6)
Definition: kkt.cpp:152
Eigen::Ref< const Eigen::VectorXd > VectorConstRef
Definition: defs.h:13
void JRLQP_DLLAPI checkDimensions(const MatrixConstRef &G, const VectorConstRef &a, const MatrixConstRef &C, const VectorConstRef &bl, const VectorConstRef &bu, const VectorConstRef &xl, const VectorConstRef &xu, bool transposedC=false)
Eigen::Ref< const Eigen::MatrixXd > MatrixConstRef
Definition: defs.h:11
#define JRLQP_DLLAPI
Definition: api.h:35
bool JRLQP_DLLAPI testKKTStationarity(const VectorConstRef &x, const VectorConstRef &u, const MatrixConstRef &G, const VectorConstRef &a, const MatrixConstRef &C, const VectorConstRef &bl, const VectorConstRef &bu, const VectorConstRef &xl, const VectorConstRef &xu, bool transposedC=false, double tau_d=1e-6)
Definition: kkt.cpp:111