FunctionalComp.adjoint

property FunctionalComp.adjoint

Adjoint of this operator.

The adjoint of the operator composition is the composition of the operator adjoints in reverse order:

OperatorComp(left, right).adjoint == OperatorComp(right.adjoint, left.adjoint)

Returns
adjointOperatorComp
Raises
OpNotImplementedError

If any of the underlying operators are non-linear.