Commit 76f6a95
committed
Updates the Math submodule to 224e581.
1 parent f27516e commit 76f6a95
1 file changed
+1
-1
lines changed- .github/workflows/header_checks.yml+2-2
- .github/workflows/main.yml+22-14
- Jenkinsfile+89-110
- make/tests+3
- runTests.py+64-43
- stan/math/fwd/fun/inv_inc_beta.hpp+8-6
- stan/math/prim/fun.hpp+1-1
- stan/math/prim/fun/F32.hpp-99
- stan/math/prim/fun/grad_pFq.hpp+14-8
- stan/math/prim/fun/hypergeometric_3F2.hpp+153
- stan/math/prim/fun/log_sum_exp_signed.hpp+2-1
- stan/math/prim/prob/beta_binomial_cdf.hpp+3-3
- stan/math/prim/prob/beta_binomial_lccdf.hpp+3-3
- stan/math/prim/prob/beta_binomial_lcdf.hpp+3-3
- stan/math/prim/prob/beta_binomial_lpmf.hpp-1
- stan/math/rev/fun/inv_inc_beta.hpp+7-5
- test/unit/math/mix/fun/hypergeometric_3F2_test.cpp+16-14
- test/unit/math/mix/functor/autodiff_test.cpp+2-1
- test/unit/math/mix/functor/finite_diff_hessian_auto_test.cpp+2
- test/unit/math/opencl/rev/cauchy_lccdf_test.cpp+3
- test/unit/math/opencl/rev/cauchy_lcdf_test.cpp-161
- test/unit/math/opencl/rev/exp_mod_normal_cdf2_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_cdf_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lccdf2_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lccdf3_test.cpp+4
- test/unit/math/opencl/rev/exp_mod_normal_lccdf4_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lccdf_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lcdf2_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lcdf3_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lcdf4_test.cpp+3
- test/unit/math/opencl/rev/exp_mod_normal_lcdf_test.cpp+3
- test/unit/math/opencl/rev/skew_double_exponential_cdf2_test.cpp+3
- test/unit/math/opencl/rev/skew_double_exponential_cdf_test.cpp+3
- test/unit/math/opencl/rev/skew_double_exponential_lccdf2_test.cpp+3
- test/unit/math/opencl/rev/skew_double_exponential_lccdf_test.cpp+3
- test/unit/math/opencl/rev/skew_double_exponential_lcdf2_test.cpp+3
- test/unit/math/opencl/rev/skew_double_exponential_lcdf_test.cpp+3
- test/unit/math/prim/fun/F32_test.cpp-41
- test/unit/math/prim/fun/hypergeometric_3F2_test.cpp+50
- test/unit/math/rev/core/arena_allocator_test.cpp+1-1
- test/unit/math/rev/core/arena_matrix_test.cpp+4-4
- test/unit/math/rev/core/build_vari_array_test.cpp+1-1
- test/unit/math/rev/core/callback_vari_test.cpp+5-5
- test/unit/math/rev/core/chainable_object_test.cpp+8-8
- test/unit/math/rev/core/scalar_type_t_test.cpp+1-1
- test/unit/math/rev/core/set_zero_all_adjoints_nested_test.cpp+1-1
- test/unit/math/rev/core/var_stack_test.cpp+4-4
- test/unit/math/rev/core/vari_test.cpp+10-10
- test/unit/math/rev/core/zero_adjoints_test.cpp+11-11
- test/unit/math/rev/fun/grad_pFq_test.cpp+29
- test/unit/math/rev/functor/algebra_solver_fp_test.cpp+9-9
- test/unit/math/rev/functor/analytical_dae_typed_test.cpp+2
- test/unit/math/rev/functor/chem_dae_sens_typed_test.cpp+3
- test/unit/math/rev/functor/chem_dae_typed_test.cpp+3
- test/unit/math/rev/functor/idas_system_test.cpp+47-32
- test/unit/math/rev/functor/integrate_1d_impl_test.cpp+3
- test/unit/math/rev/functor/integrate_1d_test.cpp+3
- test/unit/math/rev/functor/map_rect_concurrent_prim_test.cpp+3-3
- test/unit/math/rev/functor/map_rect_concurrent_test.cpp+4-4
- test/unit/math/rev/functor/map_rect_concurrent_threads_test.cpp+3-4
- test/unit/math/rev/functor/map_rect_prim_test.cpp+8-8
- test/unit/math/rev/functor/sho_ode_adjoint_typed_error_test.cpp+3-1
- test/unit/math/rev/functor/sho_ode_typed_error_test.cpp+7-3
- test/unit/math/rev/functor/sho_ode_typed_test.cpp+7-4
- test/unit/math/rev/prob/test_gradients_multi_student_t.hpp+8-8
- test/unit/math/rev/prob/test_gradients_multi_student_t_cholesky.hpp+8-8
0 commit comments