bSDMM does a lot of operations even if prox_g is None, all of them a related to dual variables and those entirely mute. Hence, it would be better to call an block-PGM version (with acceleration) instead.
Needs: new method bpgm and check in bsdmm if prox_g is None for every block.
bSDMM does a lot of operations even if prox_g is None, all of them a related to dual variables and those entirely mute. Hence, it would be better to call an block-PGM version (with acceleration) instead.
Needs: new method
bpgm
and check inbsdmm
if prox_g is None for every block.