Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BlockOperator: added a function to return a list of norms and the abi…
…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