Closed campospinto closed 3 months ago
The __neg__ function in class LinearOperator uses the _domain and _codomain attributes, which is wrong since these may not be defined. It should use the exposed (interface) properties domain and codomain instead.
__neg__
LinearOperator
_domain
_codomain
domain
codomain
The
__neg__
function in classLinearOperator
uses the_domain
and_codomain
attributes, which is wrong since these may not be defined. It should use the exposed (interface) propertiesdomain
andcodomain
instead.