Exemplo n.º 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)
Exemplo n.º 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)