Skip to content

Commit

Permalink
BlockOperator: added a function to return a list of norms and the abi…
Browse files Browse the repository at this point in the history
…lity to set this list of norms (#1513)

BlockOperator.norms() lists the norms of each individual operator in the block, using the operator functions to either call the cached value or calculate it and cache the value. BlockOperator.set_norms() uses the set_norm function of each individual operator to set the cached value of the norm of the underlying operators.

Co-authored-by: Gemma Fardell <47746591+gfardell@users.noreply.github.com>
Signed-off-by: Margaret Duff <43645617+MargaretDuff@users.noreply.github.com>
  • Loading branch information
MargaretDuff and gfardell authored Nov 8, 2023
1 parent 5406f33 commit 72404e6
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 165 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

* xx.x.x
- Added the functions `set_norms` and `get_norms` to the `BlockOperator` class
-
* 23.1.0
- Fix bug in IndicatorBox proximal_conjugate
- Allow CCPi Regulariser functions for non CIL object
Expand Down
Loading

0 comments on commit 72404e6

Please sign in to comment.