Skip to content

Swap order of arguments of ScalingOperator

Gordian Edenhofer requested to merge nifty6_scalingoperator_arg_order into NIFTy_6

Make the ScalingOperator consistent with from_global_data, full and possibly other operators which take the domain as first argument. This breaks the currently enforced consistency with the DiagonalOperator which takes a field as first argument and the domain only as an optional keyword argument.

Fixes #279 (closed).

Merge request reports