Skip to content

Commit f07227c

Browse files
authored
Merge pull request #190 from JuliaDiff/ox/useadjointifyouwant
One can now use adjoint freely
2 parents e4a51c9 + 4c0fbb0 commit f07227c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/src/writing_good_rules.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ Examples being:
3636
- There is only one derivative being returned, so from the fact that the user called
3737
`frule`/`rrule` they clearly will want to use that one.
3838

39-
40-
## Be careful with using `adjoint` when you mean `transpose`
41-
42-
Remember for complex numbers `a'` (i.e. `adjoint(a)`) takes the complex conjugate.
43-
Instead you probably want `transpose(a)`, unless you've already restricted `a` to be a `AbstractMatrix{<:Real}`.
44-
4539
## Code Style
4640

4741
Use named local functions for the `pullback` in an `rrule`.

0 commit comments

Comments
 (0)