Skip to content
Snippets Groups Projects

JaxLinearOperator: Fix error in adjoint_times when supplying manually implemented transpose function

Closed Lukas Platz requested to merge fixup-JaxLinearOperator into NIFTy_8
@@ -122,7 +122,8 @@ class JaxLinearOperator(LinearOperator):
func_T : callable
The jax function that implements the transposed action of the operator.
If None, jax computes the adjoint. Note that this is *not* the adjoint
action. Default: None.
action. Needs to return a tuple with the result as the first entry.
Default: None.
domain_dtype:
Needs to be set if `func_transposed` is None. Otherwise it does not have
Loading