aboutsummaryrefslogtreecommitdiff
path: root/vignettes/compiled_models.Rmd
diff options
context:
space:
mode:
Diffstat (limited to 'vignettes/compiled_models.Rmd')
-rw-r--r--vignettes/compiled_models.Rmd10
1 files changed, 2 insertions, 8 deletions
diff --git a/vignettes/compiled_models.Rmd b/vignettes/compiled_models.Rmd
index 864cac87..956f428a 100644
--- a/vignettes/compiled_models.Rmd
+++ b/vignettes/compiled_models.Rmd
@@ -1,16 +1,10 @@
---
title: "Performance benefit by using compiled model definitions in mkin"
author: "Johannes Ranke"
+output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
-output:
- html_document:
- theme: united
- toc: true
- toc_float: true
- mathjax: null
vignette: >
%\VignetteIndexEntry{Performance benefit by using compiled model definitions in mkin}
- %\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
@@ -63,7 +57,7 @@ if (require(rbenchmark)) {
}
```
-We see that using the compiled model is by a factor of around
+We see that using the compiled model is by a factor of around
`r factor_SFO_SFO`
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

Contact - Imprint