BregmanDistance.translated¶
-
BregmanDistance.
translated
(self, shift)¶ Return a translation of the functional.
For a given functional
f
and an elementtranslation
in the domain off
, this operation creates the functionalf(. - translation)
.- Parameters
- translation
domain
element Element in the domain of the functional
- translation
- Returns
- out
FunctionalTranslation
The functional
f(. - translation)
- out