- [x] We chose first-argument conjugation, but our tree_dot does second-argument conjugation (https://github.com/patrick-kidger/lineax/pull/105) - [ ] Complex functions require taking conjugates and/or real in various places (partially fixed in https://github.com/patrick-kidger/optimistix/pull/71) - [ ] Lineax represents jvp as linear operator, but jvp of C->R function is [not complex linear](https://jax.readthedocs.io/en/latest/notebooks/autodiff_cookbook.html#complex-numbers-and-differentiation)
tree_dotlineax#105)