Three changes in order to make solve! of R2 non allocating.
- Define $\rho_k$ as local instead of global variable.
- Use the last version of
ShiftedProximalOperatorsin order to use non allocating prox! of L0, L1, Rank and Nuclear norm.
- Add
test_allocs.jl file based on @wrappedallocs macro.
@dpo @MaxenceGollier