-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Kyle Baron edited this page Oct 4, 2019
·
23 revisions
- Installation guide
-
Parallelized simulation with the future package
- We are recommending the future package rather than doParallel for parallelization on all platforms
-
Controlling unphysical negative values
- This is advice reprinted from the CVODE user guide
-
Choosing tolerances
- This is advice reprinted from the CVODE user guide
-
Integer division in C++
- mrgsolve models are written in C++ and there are important things that you need to know when dividing two integers in C++ code