From c90fdefb4cd438ae71c613f676c2ff6631d0a7a3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 25 Feb 2019 15:27:41 +0100 Subject: Static documentation rebuilt by current pkgdown --- docs/articles/web_only/FOCUS_Z.html | 2 +- docs/articles/web_only/compiled_models.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/articles/web_only') diff --git a/docs/articles/web_only/FOCUS_Z.html b/docs/articles/web_only/FOCUS_Z.html index c3ee7415..48f08bfc 100644 --- a/docs/articles/web_only/FOCUS_Z.html +++ b/docs/articles/web_only/FOCUS_Z.html @@ -321,7 +321,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 4209d2bc..16f0cc7a 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -126,14 +126,14 @@ }
## Lade nötiges Paket: rbenchmark
##                    test replications elapsed relative user.self sys.self
-## 3     deSolve, compiled            3   2.394    1.000     2.388    0.004
-## 1 deSolve, not compiled            3  17.923    7.487    17.910    0.000
-## 2      Eigenvalue based            3   3.021    1.262     3.018    0.000
+## 3     deSolve, compiled            3   2.328    1.000     2.327        0
+## 1 deSolve, not compiled            3  17.641    7.578    17.633        0
+## 2      Eigenvalue based            3   2.873    1.234     2.871        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
 ## 2          0         0
-

We see that using the compiled model is by a factor of around 7 faster than using the R version with the default ode solver, and it is even faster than the Eigenvalue based solution implemented in R which does not need iterative solution of the ODEs.

+

We see that using the compiled model is by a factor of around 8 faster than using the R version with the default ode solver, and it is even faster than the Eigenvalue based solution implemented in R which does not need iterative solution of the ODEs.

@@ -157,8 +157,8 @@ }

## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   4.162    1.000     4.158        0
-## 1 deSolve, not compiled            3  37.536    9.019    37.517        0
+## 2     deSolve, compiled            3   4.126    1.000     4.125        0
+## 1 deSolve, not compiled            3  37.487    9.086    37.467        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
@@ -190,7 +190,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

-- cgit v1.2.1