FunctionalLeftVectorMult.adjoint¶
- property FunctionalLeftVectorMult.adjoint¶
Adjoint of this operator.
FunctionalLeftVectorMult(op, y).adjoint == OperatorComp(op.adjoint, y.T)
- Returns:
- adjoint
OperatorComp
- adjoint
- Raises:
- OpNotImplementedError
If the underlying operator is non-linear.