Revisit mechanism supporting math operations involving LinearOperator
objects
#502
Labels
discussion required
Some discussion necessary to decide how to address this issue
improvement
Improvement of existing code, including addressing of omissions or inconsistencies
The mechanism supporting math operations involving
LinearOperator
objects (specifically scalar multiplication and addition and subtraction of twoLinearOperator
objects) should be revisited to determine whether it can be simplified. Specific issues include:_wrap_add_sub
wrapper defined in_linop.py
duplicates the__add__
and__sub__
definitions in classLinearOperator
.LinearOperator
is really necessary.The text was updated successfully, but these errors were encountered: