interchange,substitute,replace,exchange- put in the place of another; switch seemingly equivalent items; "the con artist replaced the original with a fake Rembrandt"; "substitute regular milk with fat-free milk"; "synonyms can be interchanged without a changing the context's meaning" ...
There does seem to be a formal meaning to [transposing a linear map between different modules], and at least on the face of it this fails that test: In [29]: f = lambda x: jnp.pi * x In [30]: Tf = lambda x: jax.linear_transpose(f, 1)(x)[0] In [31]: 2.5 * f(10) ...