Skip to content

Commit

Permalink
Updates the Math submodule to ef0cd15.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Jan 19, 2022
1 parent 8237f7d commit 5621ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 26 files
+182 −0 stan/math/prim/err/check_flag_sundials.hpp
+1 −1 stan/math/rev/functor.hpp
+175 −0 stan/math/rev/functor/dae.hpp
+191 −0 stan/math/rev/functor/dae_system.hpp
+0 −175 stan/math/rev/functor/idas_forward_system.hpp
+60 −212 stan/math/rev/functor/idas_integrator.hpp
+139 −0 stan/math/rev/functor/idas_service.hpp
+0 −360 stan/math/rev/functor/idas_system.hpp
+0 −62 stan/math/rev/functor/integrate_dae.hpp
+50 −0 test/unit/math/rev/functor/analytical_dae_typed_test.cpp
+32 −0 test/unit/math/rev/functor/chem_dae_sens_typed_test.cpp
+66 −0 test/unit/math/rev/functor/chem_dae_typed_test.cpp
+25 −0 test/unit/math/rev/functor/dae_test_functors.hpp
+27 −0 test/unit/math/rev/functor/degenerated_ode_typed_test.cpp
+0 −249 test/unit/math/rev/functor/idas_integrator_test.cpp
+69 −312 test/unit/math/rev/functor/idas_system_test.cpp
+36 −0 test/unit/math/rev/functor/index_3_dae_typed_test.cpp
+0 −135 test/unit/math/rev/functor/integrate_dae_test.cpp
+41 −0 test/unit/math/rev/functor/linear_dae_typed_test.cpp
+75 −0 test/unit/math/rev/functor/pph_dae_typed_test.cpp
+179 −0 test/unit/math/rev/functor/test_fixture_dae_analytical.hpp
+430 −0 test/unit/math/rev/functor/test_fixture_dae_chem.hpp
+102 −0 test/unit/math/rev/functor/test_fixture_dae_index_3.hpp
+115 −0 test/unit/math/rev/functor/test_fixture_dae_pph.hpp
+235 −0 test/unit/math/rev/functor/test_fixture_linear_dae.hpp
+4 −3 test/unit/math/rev/functor/test_fixture_ode.hpp

0 comments on commit 5621ebd

Please sign in to comment.