The next step is to create a compound operator
PC where
P is the diagonal weighting on the range of
C.
- Objectives:
- Create a compound operator
- Learn more of the builtin SLIMpy Options
The code in extremely similar to the previous
example, except this time we pass the operator
A into the solver.
>>> C = Cosine( y.space )
>>> P = DiagonalWeight( C.range(), weight )
>>> A = CompoundOperator( [P,C] ).H