mrpro.operators.functionals

Classes

L1Norm([target, weight, dim, divide_by_n, ...])

Functional class for the L1 Norm.

L1NormViewAsReal([target, weight, dim, ...])

Functional class for the L1 Norm, where C is identified with R^2.

L2NormSquared([target, weight, dim, ...])

Functional class for the squared L2 Norm.

MSE([target, weight, dim, divide_by_n, keepdim])

Functional class for the mean squared error.

ZeroFunctional([target, weight, dim, ...])

The constant zero functional.