Example illustrating the use of the ConstraintProduct class. More...
Protected Attributes | |
real_t * | A |
int | nC |
int_t | nC |
int | nV |
int_t | nV |
Example illustrating the use of the ConstraintProduct class.
Example illustrating the use of the ConstraintProduct class.
Example illustrating the use of the ConstraintProduct class.
Definition at line 47 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inline |
Definition at line 50 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inline |
Definition at line 52 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inline |
Definition at line 62 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inlinevirtual |
Definition at line 70 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inline |
Default constructor.
Definition at line 51 of file qpOASES-3.2.0/examples/example4CP.cpp.
Constructor.
Definition at line 54 of file qpOASES-3.2.0/examples/example4CP.cpp.
|
inline |
Copy constructor (flat copy).
Definition at line 65 of file qpOASES-3.2.0/examples/example4CP.cpp.
|
inlinevirtual |
Destructor.
Definition at line 74 of file qpOASES-3.2.0/examples/example4CP.cpp.
|
inlinevirtual |
Evaluates the product of a given constraint with the current iterate. This function needs to be implemented in a derived class for the user-defined constraint product function.
Implements ConstraintProduct.
Definition at line 85 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inlinevirtual |
Evaluates the product of a given constraint with the current iterate. This function needs to be implemented in a derived class for the user-defined constraint product function.
Implements ConstraintProduct.
Definition at line 89 of file qpOASES-3.2.0/examples/example4CP.cpp.
|
inline |
Definition at line 72 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
inline |
Assignment operator (flat copy).
Definition at line 77 of file qpOASES-3.2.0/examples/example4CP.cpp.
|
protected |
Pointer to full constraint matrix (typically not needed!).
Definition at line 101 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
protected |
Definition at line 100 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
protected |
Number of constraints.
Definition at line 106 of file qpOASES-3.2.0/examples/example4CP.cpp.
|
protected |
Definition at line 96 of file qpOASES-3.0beta/examples/example4CP.cpp.
|
protected |
Number of variables.
Definition at line 102 of file qpOASES-3.2.0/examples/example4CP.cpp.