aboutsummaryrefslogtreecommitdiff
path: root/docs/articles/web_only/compiled_models.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:16:14 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:16:14 +0100
commitad42e8870803335a549784888ddda80e4662f441 (patch)
tree97b577b38b9f8f3bfe380ce9ce9d270926326aee /docs/articles/web_only/compiled_models.html
parentd5a30175649e2812881c3b1cdba231e2b12b41da (diff)
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
-rw-r--r--docs/articles/web_only/compiled_models.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html
index e1149c67..b00fda46 100644
--- a/docs/articles/web_only/compiled_models.html
+++ b/docs/articles/web_only/compiled_models.html
@@ -30,7 +30,7 @@
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../../index.html">mkin</a>
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.47.6</span>
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.48.1</span>
</span>
</div>
@@ -126,9 +126,9 @@
<a class="sourceLine" id="cb5-16" data-line-number="16">}</a></code></pre></div>
<pre><code>## Lade nötiges Paket: rbenchmark</code></pre>
<pre><code>## test replications elapsed relative user.self sys.self
-## 3 deSolve, compiled 3 2.329 1.000 2.327 0
-## 1 deSolve, not compiled 3 17.556 7.538 17.549 0
-## 2 Eigenvalue based 3 2.863 1.229 2.860 0
+## 3 deSolve, compiled 3 2.340 1.000 2.338 0
+## 1 deSolve, not compiled 3 17.729 7.576 17.720 0
+## 2 Eigenvalue based 3 2.889 1.235 2.888 0
## user.child sys.child
## 3 0 0
## 1 0 0
@@ -157,13 +157,13 @@
<a class="sourceLine" id="cb8-16" data-line-number="16">}</a></code></pre></div>
<pre><code>## Successfully compiled differential equation model from auto-generated C code.</code></pre>
<pre><code>## test replications elapsed relative user.self sys.self
-## 2 deSolve, compiled 3 4.105 1.000 4.101 0
-## 1 deSolve, not compiled 3 37.400 9.111 37.381 0
+## 2 deSolve, compiled 3 4.122 1.00 4.120 0
+## 1 deSolve, not compiled 3 37.471 9.09 37.452 0
## user.child sys.child
## 2 0 0
## 1 0 0</code></pre>
<p>Here we get a performance benefit of a factor of 9 using the version of the differential equation model compiled from C code!</p>
-<p>This vignette was built with mkin 0.9.47.6 on</p>
+<p>This vignette was built with mkin 0.9.48.1 on</p>
<pre><code>## R version 3.5.2 (2018-12-20)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Debian GNU/Linux 9 (stretch)</code></pre>

Contact - Imprint