Skip to content

Commit

Permalink
Updates the Math submodule to 818be4a.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Apr 2, 2021
1 parent 44b3ad4 commit aa3d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 53 files
+1 −4 stan/math/opencl/rev/ceil.hpp
+1 −4 stan/math/opencl/rev/floor.hpp
+1 −1 stan/math/opencl/rev/logit.hpp
+1 −4 stan/math/opencl/rev/round.hpp
+1 −4 stan/math/opencl/rev/trunc.hpp
+0 −2 stan/math/rev/core.hpp
+5 −15 stan/math/rev/core/operator_addition.hpp
+3 −14 stan/math/rev/core/operator_division.hpp
+3 −14 stan/math/rev/core/operator_multiplication.hpp
+8 −23 stan/math/rev/core/operator_subtraction.hpp
+3 −17 stan/math/rev/core/operator_unary_decrement.hpp
+3 −17 stan/math/rev/core/operator_unary_increment.hpp
+4 −28 stan/math/rev/core/operator_unary_negative.hpp
+2 −7 stan/math/rev/core/operator_unary_plus.hpp
+0 −23 stan/math/rev/core/precomp_v_vari.hpp
+7 −6 stan/math/rev/fun/bessel_first_kind.hpp
+6 −15 stan/math/rev/fun/bessel_second_kind.hpp
+19 −36 stan/math/rev/fun/beta.hpp
+6 −18 stan/math/rev/fun/binary_log_loss.hpp
+1 −13 stan/math/rev/fun/ceil.hpp
+6 −11 stan/math/rev/fun/erf.hpp
+6 −11 stan/math/rev/fun/erfc.hpp
+5 −9 stan/math/rev/fun/exp.hpp
+5 −9 stan/math/rev/fun/exp2.hpp
+5 −9 stan/math/rev/fun/expm1.hpp
+3 −2 stan/math/rev/fun/fabs.hpp
+5 −14 stan/math/rev/fun/falling_factorial.hpp
+1 −13 stan/math/rev/fun/floor.hpp
+8 −4 stan/math/rev/fun/fmax.hpp
+4 −2 stan/math/rev/fun/fmin.hpp
+8 −8 stan/math/rev/fun/gamma_p.hpp
+10 −21 stan/math/rev/fun/hypot.hpp
+5 −9 stan/math/rev/fun/inv.hpp
+5 −12 stan/math/rev/fun/inv_cloglog.hpp
+3 −9 stan/math/rev/fun/inv_logit.hpp
+4 −11 stan/math/rev/fun/inv_sqrt.hpp
+4 −11 stan/math/rev/fun/inv_square.hpp
+6 −24 stan/math/rev/fun/lambert_w.hpp
+3 −9 stan/math/rev/fun/lgamma.hpp
+5 −9 stan/math/rev/fun/log.hpp
+5 −11 stan/math/rev/fun/log10.hpp
+5 −9 stan/math/rev/fun/log1m.hpp
+3 −10 stan/math/rev/fun/log1m_exp.hpp
+5 −3 stan/math/rev/fun/log1m_inv_logit.hpp
+5 −9 stan/math/rev/fun/log1p.hpp
+5 −9 stan/math/rev/fun/log1p_exp.hpp
+5 −9 stan/math/rev/fun/log2.hpp
+3 −3 stan/math/rev/fun/log_inv_logit.hpp
+4 −2 stan/math/rev/fun/logit.hpp
+1 −13 stan/math/rev/fun/round.hpp
+4 −11 stan/math/rev/fun/square.hpp
+1 −13 stan/math/rev/fun/trunc.hpp
+0 −25 test/unit/math/rev/core/precomp_v_vari_test.cpp

0 comments on commit aa3d77f

Please sign in to comment.