diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 20:28:15 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 20:33:32 +0100 |
commit | 396e40d2c45d81a8e74c41a2f632665021e980a1 (patch) | |
tree | c7ab9b5356361b1939e9b00183a7f31071782f64 /docs/articles/web_only/compiled_models.html | |
parent | 64e636d11311be57978ef394c48c9b43fe219059 (diff) |
NAFTA SOP Attachment vignette
Also:
- Change rounding in print.nafta
- Add dots argument to nafta()
- Use cores=1 in examples
- Restrict N in IORE model to values > 0
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
-rw-r--r-- | docs/articles/web_only/compiled_models.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 6d4d1e42..0295d844 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -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.323 1.000 2.321 0 -## 1 deSolve, not compiled 3 17.568 7.563 17.559 0 -## 2 Eigenvalue based 3 2.884 1.241 2.883 0 +## 3 deSolve, compiled 3 2.318 1.000 2.317 0 +## 1 deSolve, not compiled 3 17.559 7.575 17.551 0 +## 2 Eigenvalue based 3 2.859 1.233 2.857 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -157,8 +157,8 @@ <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.078 1.000 4.075 0 -## 1 deSolve, not compiled 3 37.246 9.133 37.231 0 +## 2 deSolve, compiled 3 4.093 1.000 4.090 0 +## 1 deSolve, not compiled 3 37.258 9.103 37.241 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |