nmsfp_mm
uses quasi-Newton updates to solve the nonlinear multiple-sets split feasibility problem.
nmsfp_mm(x0, v, w, plist1, plist2, f, df, h, hgrad, 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
Stopping tolerance
Maximum number of iterations
mmqn_step