Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use public properties
domain
& codomain
in `LinearOperator.__neg_…
…_` (#410) 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.
- Loading branch information