cr.sparse.pursuit.sp.operator_solve_jit¶
- cr.sparse.pursuit.sp.operator_solve_jit(Phi, y, K, max_iters=None, res_norm_rtol=0.0001, tracker=<function noop_tracker>)¶
Solves the sparse recovery problem \(y = \Phi x + e\) using Subspace Pursuit for linear operators
Examples: