FunctionalDefaultConvexConjugate
- class odl.functionals.functional.FunctionalDefaultConvexConjugate(*args, **kwargs)[source]
Bases:
FunctionalThe
FunctionalrepresentingF^*, the convex conjugate ofF.This class does not provide a way to evaluate the functional, it is rather intended to be used for its
proximal.Notes
The proximal is found by using the Moreau identity

which allows the proximal of the convex conjugate to be calculated without explicit knowledge about the convex conjugate itself.
- __init__(func)[source]
Initialize a new instance.
Parameters
- func
Functional Functional corresponding to F.
- func