Skip to content

Commit

Permalink
Updates the Math submodule to 0180f28.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Mar 5, 2020
1 parent d91390f commit e6b04b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 41 files
+0 −4 stan/math/fwd/fun.hpp
+0 −56 stan/math/fwd/fun/columns_dot_product.hpp
+0 −24 stan/math/fwd/fun/columns_dot_self.hpp
+0 −57 stan/math/fwd/fun/rows_dot_product.hpp
+0 −24 stan/math/fwd/fun/rows_dot_self.hpp
+6 −13 stan/math/fwd/fun/sum.hpp
+1 −5 stan/math/prim/eigen_plugins.h
+8 −7 stan/math/prim/err/check_cholesky_factor.hpp
+1 −1 stan/math/prim/err/check_lower_triangular.hpp
+9 −0 stan/math/prim/fun/Eigen.hpp
+24 −28 stan/math/prim/fun/cholesky_corr_constrain.hpp
+8 −8 stan/math/prim/fun/cholesky_corr_free.hpp
+34 −24 stan/math/prim/fun/cholesky_decompose.hpp
+23 −28 stan/math/prim/fun/cholesky_factor_constrain.hpp
+15 −13 stan/math/prim/fun/cholesky_factor_free.hpp
+13 −12 stan/math/prim/fun/columns_dot_product.hpp
+6 −6 stan/math/prim/fun/columns_dot_self.hpp
+15 −16 stan/math/prim/fun/corr_constrain.hpp
+13 −26 stan/math/prim/fun/corr_matrix_constrain.hpp
+10 −12 stan/math/prim/fun/corr_matrix_free.hpp
+26 −34 stan/math/prim/fun/cov_matrix_constrain.hpp
+11 −25 stan/math/prim/fun/cov_matrix_constrain_lkj.hpp
+12 −13 stan/math/prim/fun/cov_matrix_free.hpp
+10 −18 stan/math/prim/fun/cov_matrix_free_lkj.hpp
+11 −7 stan/math/prim/fun/factor_U.hpp
+13 −12 stan/math/prim/fun/factor_cov_matrix.hpp
+7 −8 stan/math/prim/fun/positive_constrain.hpp
+26 −19 stan/math/prim/fun/read_corr_L.hpp
+12 −13 stan/math/prim/fun/read_corr_matrix.hpp
+9 −5 stan/math/prim/fun/read_cov_L.hpp
+23 −13 stan/math/prim/fun/read_cov_matrix.hpp
+12 −11 stan/math/prim/fun/rows_dot_product.hpp
+6 −5 stan/math/prim/fun/rows_dot_self.hpp
+7 −14 stan/math/prim/fun/sum.hpp
+6 −12 stan/math/prim/meta/is_eigen.hpp
+9 −6 stan/math/rev/fun/cholesky_decompose.hpp
+9 −6 stan/math/rev/fun/columns_dot_product.hpp
+5 −6 stan/math/rev/fun/columns_dot_self.hpp
+9 −6 stan/math/rev/fun/rows_dot_product.hpp
+9 −14 stan/math/rev/fun/sum.hpp
+2 −0 test/unit/math/prim/meta/is_eigen_test.cpp

0 comments on commit e6b04b0

Please sign in to comment.