From 54eb679cb599042b33d67e101687dd451c4b53fe Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 15:46:04 +0100 Subject: Correct title for CAKE_export Add NEWS entry. Static documentation rebuilt by pkgdown --- docs/articles/web_only/compiled_models.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/articles/web_only') diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index a1fa69f5..d7d76b49 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.319    1.000     2.317    0.000
-## 1 deSolve, not compiled            3  17.483    7.539    17.473    0.000
-## 2      Eigenvalue based            3   2.857    1.232     2.852    0.003
+## 3     deSolve, compiled            3   2.331    1.000     2.330        0
+## 1 deSolve, not compiled            3  17.369    7.451    17.360        0
+## 2      Eigenvalue based            3   2.878    1.235     2.876        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 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.

+

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.

@@ -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.102    1.000     4.100        0
-## 1 deSolve, not compiled            3  37.059    9.034    37.041        0
+## 2     deSolve, compiled            3   4.120    1.000     4.116        0
+## 1 deSolve, not compiled            3  37.011    8.983    36.993        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
-- cgit v1.2.1