nmsfp_mmqn
uses quasi-Newton updates to solve the nonlinear multiple-sets split feasibility problem.
nmsfp_mmqn(x0, v, w, plist1, plist2, f, df, h, hgrad, qn = 5, tol = 1e-10,
max_iter = 1000)
Initial 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
number of secants
convergence tolerance
maximum number of iterations
mmqn_step
, qnamm