cr.sparse.cvx.spgl1.solve_lasso_from

cr.sparse.cvx.spgl1.solve_lasso_from(A, b, tau, x0, options=SPGL1Options(bp_tol=1e-06, ls_tol=1e-06, opt_tol=0.0001, dec_tol=0.0001, gamma=0.0001, alpha_min=1e-16, alpha_max=100000.0, memory=3, max_matvec=100000, max_iters=100), tracker=<function noop_tracker>)[source]

Solves the LASSO problem using SPGL1 algorithm with an initial solution

Parameters