FunctionalScalarSum
- class odl.functionals.functional.FunctionalScalarSum(*args, **kwargs)[source]
Bases:
FunctionalSumExpression type for the sum of a functional and a scalar.
FunctionalScalarSum(func, scalar) == (x --> func(x) + scalar)
Bases: FunctionalSum
Expression type for the sum of a functional and a scalar.
FunctionalScalarSum(func, scalar) == (x --> func(x) + scalar)