Go to the source code of this file.
Variables | |
BEGIN_NAMESPACE_QPOASES typedef int(* | ConstraintProduct )(int, const real_t *const, real_t *const ) |
Interface for specifying user-defined evaluations of constraint products. More... | |
Declaration of the ConstraintProduct interface which allows to specify a user-defined function for evaluating the constraint product at the current iterate to speed-up QP solution in case of a specially structured constraint matrix.
Definition in file ConstraintProduct.h.
BEGIN_NAMESPACE_QPOASES typedef int(* ConstraintProduct) (int, const real_t *const, real_t *const ) |
Interface for specifying user-defined evaluations of constraint products.
An interface which allows to specify a user-defined function for evaluating the constraint product at the current iterate to speed-up QP solution in case of a specially structured constraint matrix.
Definition at line 57 of file ConstraintProduct.h.