diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2.html b/articles/Integrating-User-Defined-Functions-into-rxode2.html index 0755cd766..d34973c19 100644 --- a/articles/Integrating-User-Defined-Functions-into-rxode2.html +++ b/articles/Integrating-User-Defined-Functions-into-rxode2.html @@ -247,9 +247,9 @@

R based user functions
 print(mb)
 #> Unit: milliseconds
-#>      expr      min       lq     mean   median       uq      max neval
-#>  withoutC 7.756175 7.847705 8.458881 7.914530 8.094942 13.65840   100
-#>     withC 2.089166 2.133058 2.486548 2.254109 2.774495  6.45083   100
+#> expr min lq mean median uq max neval +#> withoutC 7.706384 7.813619 8.458545 7.891054 7.995268 13.624052 100 +#> withC 2.052068 2.115636 2.441953 2.201777 2.726220 6.392353 100

The C version is almost twice as fast as the R version. You may have noticed the conversion also created C versions of the first derivative. This is done automatically and gives not just C versions of function, diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png index f42a59ab5..1e8137aff 100644 Binary files a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png and b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/benmchmark1-1.png differ diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png index 4af9982e0..3f3b03c6b 100644 Binary files a/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png and b/articles/Integrating-User-Defined-Functions-into-rxode2_files/figure-html/convertC-1.png differ diff --git a/articles/rxode2-cmt.html b/articles/rxode2-cmt.html index fd794f2db..8e360c9b9 100644 --- a/articles/rxode2-cmt.html +++ b/articles/rxode2-cmt.html @@ -157,7 +157,7 @@