diff --git a/articles/Integrating-User-Defined-Functions-into-rxode2.html b/articles/Integrating-User-Defined-Functions-into-rxode2.html index 9a51fc26b..81296ca54 100644 --- a/articles/Integrating-User-Defined-Functions-into-rxode2.html +++ b/articles/Integrating-User-Defined-Functions-into-rxode2.html @@ -249,8 +249,8 @@

R based user functionsprint(mb) #> Unit: milliseconds #> expr min lq mean median uq max neval -#> withoutC 7.760670 7.850127 8.865908 7.943766 8.381508 18.791067 100 -#> withC 2.065371 2.116055 2.459296 2.209885 2.731708 7.061306 100 +#> withoutC 7.701525 7.813865 8.461994 7.918655 8.117391 13.764794 100 +#> withC 2.073338 2.119453 2.482253 2.237564 2.741033 6.938021 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 f04d3aee6..ad1388ed8 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 4b2824d56..2cf6f19c4 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 bbd33a9f6..5fdbca967 100644 --- a/articles/rxode2-cmt.html +++ b/articles/rxode2-cmt.html @@ -157,7 +157,7 @@