-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yi Zhang
committed
Mar 4, 2024
1 parent
8dd7ac6
commit 842a96d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule torsten
updated
8 files
+2 −2 | dsolve/pmx_ode_adams.hpp | |
+2 −2 | dsolve/pmx_ode_bdf.hpp | |
+3 −3 | dsolve/pmx_ode_ckrk.hpp | |
+3 −3 | dsolve/pmx_ode_rk45.hpp | |
+75 −55 | ev_history.hpp | |
+5 −5 | pmx_ode_model.hpp | |
+1 −1 | test/unit/dsolve/ode_test_functors.hpp | |
+21 −21 | test/unit/dsolve/variadic_ode_test.cpp |