L2Norm
- class odl.functionals.default_functionals.L2Norm(*args, **kwargs)[source]
Bases:
LpNormThe functional corresponding to the L2-norm.
The L2-norm,
||x||_2, is defined as the square-root out of the integral/sum ofx^2.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)[source]
Initialize a new instance.
Parameters
- space
DiscretizedSpaceorTensorSpace Domain of the functional.
- space