Most LinearOperators tend to put operator-specific parameters first, but the ones constructed via linop_from_function put them after the standard input_shape parameter. This can be quite confusing, e.g. see current Pad vs Crop operator initialization.
Most
LinearOperators tend to put operator-specific parameters first, but the ones constructed vialinop_from_functionput them after the standardinput_shapeparameter. This can be quite confusing, e.g. see currentPadvsCropoperator initialization.