We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4a51c9 + 4c0fbb0 commit f07227cCopy full SHA for f07227c
docs/src/writing_good_rules.md
@@ -36,12 +36,6 @@ Examples being:
36
- There is only one derivative being returned, so from the fact that the user called
37
`frule`/`rrule` they clearly will want to use that one.
38
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
45
## Code Style
46
47
Use named local functions for the `pullback` in an `rrule`.
0 commit comments