mmqn_step
computes a single step.
mmqn_step(x, v, w, plist1, plist2, f, df, h, hgrad, woodbury = TRUE)
Current iterate
weights for first set of constraints
weights for second set of constraints
list of projection functions for first set of constraints; each takes a single point and returns its projection
list of projection functions for second set of constraints; each takes a single point and returns its projection
objective function
gradient of objective function
Function handle for output mapping
Handle for output mapping Jacobian
Boolean: TRUE to use the Woodbury inversion formula