Exemple #1
0
def run_exact_ompeps(y, M, Omega):
    """
  Wrapper for OMP algorithm for exact analysis recovery, with stopping criterion = epsilon
  """
    return ABSexact.ompeps(y, M, Omega, 1e-9)
Exemple #2
0
def run_exact_ompeps(y, M, Omega):
    """
  Wrapper for OMP algorithm for exact analysis recovery, with stopping criterion = epsilon
  """
    return ABSexact.ompeps(y, M, Omega, 1e-9)