LpNorm
- class odl.functionals.default_functionals.LpNorm(*args, **kwargs)[source]
Bases:
FunctionalThe functional corresponding to the Lp-norm.
Notes
If the functional is defined on an
-like space, the
-norm is defined as
If the functional is defined on an
-like space, the
-norm is defined as
- __init__(space, exponent)[source]
Initialize a new instance.
Parameters
- space
DiscretizedSpaceorTensorSpace Domain of the functional.
- exponentfloat
Exponent for the norm (
p).
- space