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 6975890 commit 569e584Copy full SHA for 569e584
vignettes/ode.Rmd
@@ -152,7 +152,7 @@ Note that each algorithm choice will cause a JIT compilation
152
153
One way to enhance the performance of your code is to define the function in Julia
154
so that way it is JIT compiled. diffeqr is built using
155
-[the JuliaCall package](https://github.com/Non-Contradiction/JuliaCall), and so
+[the JuliaCall package](https://github.com/JuliaInterop/JuliaCall), and so
156
you can utilize the Julia JIT compiler. We expose this automatically over ODE
157
functions via `jitoptimize_ode`, like in the following example:
158
0 commit comments