cr.sparse.pursuit.omp.operator_solve¶
- cr.sparse.pursuit.omp.operator_solve(Phi, y, K, res_norm_rtol=0.0001)[source]¶
Solves the sparse recovery problem \(y = \Phi x + e\) using Orthogonal Matching Pursuit for linear operators
- Parameters
Note
This function cannot be JIT compiled. However the main body of the loop has been JIT compiled for performance.