Skip to content

Definitions of D_c and D_d in the augmented system #686

Answered by svigerske
pbmadabhushi asked this question in Q&A
Discussion options

You must be logged in to vote

They do not seem to appear in (13) in the paper.

But as far as I see, they are also set to zero in the implementation: NULL is passed for D_c and D_d in

retval = augSysSolver_->Solve(&W, 1.0, &sigma_x, delta_x, &sigma_s, delta_s, &J_c, NULL, delta_c, &J_d,
NULL, delta_d, *augRhs_x, *augRhs_s, *rhs.y_c(), *rhs.y_d(), *sol->x_NonConst(), *sol->s_NonConst(),
*sol->y_c_NonConst(), *sol->y_d_NonConst(), check_inertia, numberOfEVals);

And NULL means a 0-matrix here.

Maybe there was some thought once that they could be useful.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pbmadabhushi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants