Skip to content

Commit

Permalink
Updates the Math submodule to f3cbe21.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Mar 18, 2020
1 parent 0c2fb8e commit 4aa6463
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
+0 −4 stan/math/fwd/fun.hpp
+0 −22 stan/math/fwd/fun/crossprod.hpp
+5 −4 stan/math/fwd/fun/determinant.hpp
+0 −56 stan/math/fwd/fun/divide.hpp
+0 −20 stan/math/fwd/fun/dot_self.hpp
+0 −167 stan/math/fwd/fun/squared_distance.hpp
+6 −4 stan/math/fwd/fun/tcrossprod.hpp
+1 −2 stan/math/fwd/fun/unit_vector_constrain.hpp
+16 −11 stan/math/prim/fun/acos.hpp
+15 −11 stan/math/prim/fun/asin.hpp
+15 −11 stan/math/prim/fun/atan.hpp
+15 −11 stan/math/prim/fun/ceil.hpp
+15 −11 stan/math/prim/fun/cos.hpp
+15 −12 stan/math/prim/fun/cosh.hpp
+5 −2 stan/math/prim/fun/crossprod.hpp
+13 −10 stan/math/prim/fun/cumulative_sum.hpp
+4 −9 stan/math/prim/fun/determinant.hpp
+6 −4 stan/math/prim/fun/diag_matrix.hpp
+4 −5 stan/math/prim/fun/diag_post_multiply.hpp
+4 −5 stan/math/prim/fun/diag_pre_multiply.hpp
+11 −14 stan/math/prim/fun/distance.hpp
+6 −7 stan/math/prim/fun/dot_self.hpp
+16 −12 stan/math/prim/fun/exp.hpp
+15 −24 stan/math/prim/fun/fabs.hpp
+15 −11 stan/math/prim/fun/floor.hpp
+12 −22 stan/math/prim/fun/inv.hpp
+15 −24 stan/math/prim/fun/inv_cloglog.hpp
+16 −25 stan/math/prim/fun/inv_sqrt.hpp
+20 −3 stan/math/prim/fun/inv_square.hpp
+16 −12 stan/math/prim/fun/log.hpp
+16 −12 stan/math/prim/fun/log10.hpp
+10 −6 stan/math/prim/fun/log_softmax.hpp
+26 −4 stan/math/prim/fun/logit.hpp
+15 −11 stan/math/prim/fun/round.hpp
+12 −9 stan/math/prim/fun/sin.hpp
+15 −24 stan/math/prim/fun/sinh.hpp
+15 −11 stan/math/prim/fun/sqrt.hpp
+15 −11 stan/math/prim/fun/square.hpp
+23 −40 stan/math/prim/fun/squared_distance.hpp
+15 −11 stan/math/prim/fun/tan.hpp
+15 −11 stan/math/prim/fun/tanh.hpp
+10 −6 stan/math/prim/fun/tcrossprod.hpp
+38 −18 stan/math/prim/meta/apply_vector_unary.hpp
+5 −0 stan/math/prim/meta/require_generics.hpp
+0 −1 stan/math/rev/fun.hpp
+0 −23 stan/math/rev/fun/crossprod.hpp
+4 −3 stan/math/rev/fun/determinant.hpp
+13 −31 stan/math/rev/fun/dot_self.hpp
+41 −57 stan/math/rev/fun/squared_distance.hpp
+7 −6 stan/math/rev/fun/tcrossprod.hpp
+1 −2 test/unit/math/prim/fun/diag_post_multiply_test.cpp
+1 −2 test/unit/math/prim/fun/diag_pre_multiply_test.cpp
+28 −7 test/unit/math/prim/meta/require_generics_test.cpp

0 comments on commit 4aa6463

Please sign in to comment.