From 569e58441b84d7323e1edb27395d1a96631fc7f4 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 4 Dec 2024 11:11:35 -0700 Subject: [PATCH] Update ode.Rmd --- vignettes/ode.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/ode.Rmd b/vignettes/ode.Rmd index db78c15..14f57b6 100644 --- a/vignettes/ode.Rmd +++ b/vignettes/ode.Rmd @@ -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: