FunctionalTranslation
- class odl.functionals.functional.FunctionalTranslation(*args, **kwargs)[source]
Bases:
FunctionalImplementation of the translated functional.
Given a functional
fand an elementtranslationin the domain off, this corresponds to the functionalf(. - translation).- __init__(func, translation)[source]
Initialize a new instance.
Given a functional
f(.)and a vectortranslationin the domain off, this corresponds to the functionalf(. - translation).Parameters
- func
Functional Functional which is to be translated.
- translation
domainelement The translation.
- func