ZeroOperator.adjoint¶
- property ZeroOperator.adjoint¶
Adjoint of the operator.
If
self.domain == self.range
the zero operator is self-adjoint, otherwise it is theZeroOperator
fromrange
todomain
.
Adjoint of the operator.
If self.domain == self.range
the zero operator is self-adjoint,
otherwise it is the ZeroOperator
from range
to domain
.