lanl / scico

Scientific Computational Imaging COde
BSD 3-Clause "New" or "Revised" License
91 stars 17 forks source link

ADMM solver extensions #232

Open bwohlberg opened 2 years ago

bwohlberg commented 2 years ago

Support has already been added for (DFT) diagonalizable operators, but block diagonalizable operators, and explicit matrix operators, as discussed in the solver design document, have yet to be implemented.

We also still need to work out the best way to handle support for the ADMM consensus form (again, the issues are discussed in the solver design document).

bwohlberg commented 1 year ago

Solver for block diagonalizable operators added in #411, and solver for explicit matrix operators added in #426. The only remaining component of this issue is adding support for the ADMM consensus form.