Skip to content

Commit

Permalink
Update ode.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 4, 2024
1 parent 6975890 commit 569e584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/ode.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Note that each algorithm choice will cause a JIT compilation

One way to enhance the performance of your code is to define the function in Julia
so that way it is JIT compiled. diffeqr is built using
[the JuliaCall package](https://github.com/Non-Contradiction/JuliaCall), and so
[the JuliaCall package](https://github.com/JuliaInterop/JuliaCall), and so
you can utilize the Julia JIT compiler. We expose this automatically over ODE
functions via `jitoptimize_ode`, like in the following example:

Expand Down

0 comments on commit 569e584

Please sign in to comment.