ZeroFunctional
- class odl.functionals.default_functionals.ZeroFunctional(*args, **kwargs)[source]
Bases:
ConstantFunctionalFunctional that maps all elements in the domain to zero.
- __init__(space)[source]
Initialize a new instance.
Parameters
- space
LinearSpace Domain of the functional.
- space