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.
1 parent 00c9c24 commit 514d731Copy full SHA for 514d731
lib/OrdinaryDiffEqDifferentiation/src/operators.jl
@@ -8,7 +8,8 @@ JVPCache provides a JVP operator wrapper for performing the DifferentiationInter
8
```julia
9
JVPCache(f::DiffEqBase.AbstractDiffEqFunction, du, u, p, t; autodiff)
10
```
11
-JVPCache construction builds a DifferentiationInterface "prep" object using `prepare_pushforward!`.
+JVPCache construction builds a DifferentiationInterface "prep" object using `prepare_pushforward!`. The "prep" object is used
12
+when applying the operator.
13
14
### Computing the JVP
15
0 commit comments