File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ Knowing rules for more complicated functions speeds up the autodiff process as i
25
25
Help with that is always welcomed.
26
26
27
27
!!! terminology "Primal"
28
- Often we will talk about something as _ primal_ .
29
- That means it is related to the original problem, not its derivative.
30
- For example for ` y = foo(x) `
31
- ` foo ` is the _ primal_ function,
32
- computing ` foo(x) ` is doing the _ primal_ computation.
33
- ` y ` is the _ primal_ return, and ` x ` is a _ primal_ argument.
34
- ` typeof(y) ` and ` typeof(x) ` are both _ primal_ types.
28
+ Often we will talk about something as _ primal_ .
29
+ That means it is related to the original problem, not its derivative.
30
+ For example in ` y = foo(x) ` , ` foo ` is the _ primal_ function, and computing ` foo(x) ` is doing the _ primal_ computation.
31
+ ` y ` is the _ primal_ return, and ` x ` is a _ primal_ argument.
32
+ ` typeof(y) ` and ` typeof(x) ` are both _ primal_ types.
35
33
36
34
37
35
## ` frule ` and ` rrule `
You can’t perform that action at this time.
0 commit comments