Commit aa3d77f
committed
Updates the Math submodule to 818be4a.
1 parent 44b3ad4 commit aa3d77f
1 file changed
+1
-1
lines changed- stan/math/opencl/rev/ceil.hpp+1-4
- stan/math/opencl/rev/floor.hpp+1-4
- stan/math/opencl/rev/logit.hpp+1-1
- stan/math/opencl/rev/round.hpp+1-4
- stan/math/opencl/rev/trunc.hpp+1-4
- stan/math/rev/core.hpp-2
- stan/math/rev/core/operator_addition.hpp+5-15
- stan/math/rev/core/operator_division.hpp+3-14
- stan/math/rev/core/operator_multiplication.hpp+3-14
- stan/math/rev/core/operator_subtraction.hpp+8-23
- stan/math/rev/core/operator_unary_decrement.hpp+3-17
- stan/math/rev/core/operator_unary_increment.hpp+3-17
- stan/math/rev/core/operator_unary_negative.hpp+4-28
- stan/math/rev/core/operator_unary_plus.hpp+2-7
- stan/math/rev/core/precomp_v_vari.hpp-23
- stan/math/rev/fun/bessel_first_kind.hpp+7-6
- stan/math/rev/fun/bessel_second_kind.hpp+6-15
- stan/math/rev/fun/beta.hpp+19-36
- stan/math/rev/fun/binary_log_loss.hpp+6-18
- stan/math/rev/fun/ceil.hpp+1-13
- stan/math/rev/fun/erf.hpp+6-11
- stan/math/rev/fun/erfc.hpp+6-11
- stan/math/rev/fun/exp.hpp+5-9
- stan/math/rev/fun/exp2.hpp+5-9
- stan/math/rev/fun/expm1.hpp+5-9
- stan/math/rev/fun/fabs.hpp+3-2
- stan/math/rev/fun/falling_factorial.hpp+5-14
- stan/math/rev/fun/floor.hpp+1-13
- stan/math/rev/fun/fmax.hpp+8-4
- stan/math/rev/fun/fmin.hpp+4-2
- stan/math/rev/fun/gamma_p.hpp+8-8
- stan/math/rev/fun/hypot.hpp+10-21
- stan/math/rev/fun/inv.hpp+5-9
- stan/math/rev/fun/inv_cloglog.hpp+5-12
- stan/math/rev/fun/inv_logit.hpp+3-9
- stan/math/rev/fun/inv_sqrt.hpp+4-11
- stan/math/rev/fun/inv_square.hpp+4-11
- stan/math/rev/fun/lambert_w.hpp+6-24
- stan/math/rev/fun/lgamma.hpp+3-9
- stan/math/rev/fun/log.hpp+5-9
- stan/math/rev/fun/log10.hpp+5-11
- stan/math/rev/fun/log1m.hpp+5-9
- stan/math/rev/fun/log1m_exp.hpp+3-10
- stan/math/rev/fun/log1m_inv_logit.hpp+5-3
- stan/math/rev/fun/log1p.hpp+5-9
- stan/math/rev/fun/log1p_exp.hpp+5-9
- stan/math/rev/fun/log2.hpp+5-9
- stan/math/rev/fun/log_inv_logit.hpp+3-3
- stan/math/rev/fun/logit.hpp+4-2
- stan/math/rev/fun/round.hpp+1-13
- stan/math/rev/fun/square.hpp+4-11
- stan/math/rev/fun/trunc.hpp+1-13
- test/unit/math/rev/core/precomp_v_vari_test.cpp-25
0 commit comments