diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-16 06:11:54 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-16 06:11:54 +0100 |
commit | f18213520f20aba947093e53113c44b689e8b98d (patch) | |
tree | 6b7d1e41c1c1f03f23dc52af5f1b03f0102b05e7 /docs/articles/compiled_models.html | |
parent | 373d98038c514c5152478127a8a2b9b390ee1b58 (diff) |
Updates in the FOCUS Z vignette
To make the text consistent with the results produced by the
current mkin version.
Static documentation articles rebuilt by pkgdown::build_articles()
Diffstat (limited to 'docs/articles/compiled_models.html')
-rw-r--r-- | docs/articles/compiled_models.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/articles/compiled_models.html b/docs/articles/compiled_models.html index 4c850d14..d5d29a1a 100644 --- a/docs/articles/compiled_models.html +++ b/docs/articles/compiled_models.html @@ -77,7 +77,7 @@ <h1>Performance benefit by using compiled model definitions in mkin</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2018-01-14</h4> + <h4 class="date">2018-01-16</h4> </div> @@ -115,9 +115,9 @@ SFO_SFO <-<span class="st"> </span><span class="kw"><a href="../reference/mki }</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.083 1.000 2.084 0.000 -## 1 deSolve, not compiled 3 14.501 6.962 14.472 0.016 -## 2 Eigenvalue based 3 2.566 1.232 2.564 0.000 +## 3 deSolve, compiled 3 1.940 1.000 1.940 0 +## 1 deSolve, not compiled 3 13.865 7.147 13.864 0 +## 2 Eigenvalue based 3 2.427 1.251 2.428 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -146,8 +146,8 @@ SFO_SFO <-<span class="st"> </span><span class="kw"><a href="../reference/mki }</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 3.534 1.000 3.532 0.000 -## 1 deSolve, not compiled 3 29.973 8.481 29.960 0.004 +## 2 deSolve, compiled 3 3.432 1.000 3.428 0 +## 1 deSolve, not compiled 3 28.844 8.404 28.840 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |