Skip to content

Commit 514d731

Browse files
committed
update JVPCache docstring
1 parent 00c9c24 commit 514d731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/OrdinaryDiffEqDifferentiation/src/operators.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ JVPCache provides a JVP operator wrapper for performing the DifferentiationInter
88
```julia
99
JVPCache(f::DiffEqBase.AbstractDiffEqFunction, du, u, p, t; autodiff)
1010
```
11-
JVPCache construction builds a DifferentiationInterface "prep" object using `prepare_pushforward!`.
11+
JVPCache construction builds a DifferentiationInterface "prep" object using `prepare_pushforward!`. The "prep" object is used
12+
when applying the operator.
1213
1314
### Computing the JVP
1415

0 commit comments

Comments
 (0)