def _yang_tv2d(x, w, y, max_iters, info, **kwargs):
    """Yang's method for 2D TV proximity"""
    _call(lib.Yang2_TV, x.shape[0], x.shape[1], x, w, y, max_iters, info)