pyproximal.Hankelยถ
- class pyproximal.Hankel(dim: Tuple[int, ...])[source]ยถ
Hankel proximal operator.
Proximal operator of the Hankel matrix indicator function.
- Parameters:
- dim
tuple Dimension of the Hankel matrix.
- dim
Notes
As the Hankel Operator is an indicator function, the proximal operator corresponds to its orthogonal projection (see
pyproximal.projection.HankelProjfor details).Methods
__init__(dim)affine_addition(v)Affine addition
chain(g)Chain
grad(x)Gradient of the Moreau envelope of the function.
postcomposition(sigma)Postcomposition
precomposition(a, b)Precomposition
prox(**kwargs)proxdual(**kwargs)