We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
You are right that the QP data r and q is normally not stored in the additional row of RSQrq. However, internally for performance reasons these vectors may be copied in there before performing an operation on the whole extended matrix, see e.g. https://github.com/giaf/hpipm/blob/master/ocp_qp/x_ocp_qp_kkt.c#L71 So in a way the rq part only reminds of the presence of this additional work space available, as hinted here https://github.com/giaf/hpipm/blob/master/include/hpipm_d_ocp_qp.h#L58
r
q
RSQrq
rq
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: