Commit e533cf7
committed
Updates the Math submodule to 5dc041bfe2.
1 parent 092f968 commit e533cf7
1 file changed
+1
-1
lines changed- .github/workflows/main.yml+54-106
- stan/math/fwd/fun/pow.hpp+1-1
- stan/math/fwd/functor/finite_diff.hpp+1-1
- stan/math/prim/fun/atan2.hpp+1-1
- stan/math/prim/fun/bessel_first_kind.hpp+3-3
- stan/math/prim/fun/bessel_second_kind.hpp+3-3
- stan/math/prim/fun/beta.hpp+1-1
- stan/math/prim/fun/binary_log_loss.hpp+2-3
- stan/math/prim/fun/binomial_coefficient_log.hpp+5-3
- stan/math/prim/fun/choose.hpp+1-1
- stan/math/prim/fun/falling_factorial.hpp+3-3
- stan/math/prim/fun/fdim.hpp+1-1
- stan/math/prim/fun/fmax.hpp+1-1
- stan/math/prim/fun/fmin.hpp+1-1
- stan/math/prim/fun/fmod.hpp+6-4
- stan/math/prim/fun/gamma_p.hpp+1-1
- stan/math/prim/fun/gamma_q.hpp+1-1
- stan/math/prim/fun/hypot.hpp+1-1
- stan/math/prim/fun/lbeta.hpp+1-1
- stan/math/prim/fun/ldexp.hpp+1-1
- stan/math/prim/fun/lmgamma.hpp+1-1
- stan/math/prim/fun/lmultiply.hpp+1-1
- stan/math/prim/fun/log_diff_exp.hpp+1-1
- stan/math/prim/fun/log_falling_factorial.hpp+3-3
- stan/math/prim/fun/log_inv_logit_diff.hpp+3-3
- stan/math/prim/fun/log_modified_bessel_first_kind.hpp+5-3
- stan/math/prim/fun/log_rising_factorial.hpp+3-3
- stan/math/prim/fun/log_sum_exp.hpp+1-1
- stan/math/prim/fun/modified_bessel_first_kind.hpp+5-3
- stan/math/prim/fun/modified_bessel_second_kind.hpp+5-3
- stan/math/prim/fun/multiply_log.hpp+1-1
- stan/math/prim/fun/owens_t.hpp+5-2
- stan/math/prim/fun/pow.hpp+1-1
- stan/math/prim/fun/rising_factorial.hpp+3-3
- stan/math/prim/fun/select.hpp+4-4
- stan/math/prim/fun/to_complex.hpp+3-3
- stan/math/prim/functor/apply_scalar_binary.hpp+66-66
- stan/math/prim/functor/apply_scalar_ternary.hpp+3-3
- stan/math/rev/fun/pow.hpp+1-1
- stan/math/rev/functor/apply_scalar_binary.hpp+16-16
- test/unit/math/prim/functor/apply_scalar_binary_test.cpp+4-4
0 commit comments