FunctionalTranslation

class odl.functionals.functional.FunctionalTranslation(*args, **kwargs)[source]

Bases: Functional

Implementation of the translated functional.

Given a functional f and an element translation in the domain of f, this corresponds to the functional f(. - translation).

__init__(func, translation)[source]

Initialize a new instance.

Given a functional f(.) and a vector translation in the domain of f, this corresponds to the functional f(. - translation).

Parameters

funcFunctional

Functional which is to be translated.

translationdomain element

The translation.