Commit a78a30e
committed
Updates the Math submodule to 98c8dcf32b.
1 parent 06d7216 commit a78a30e
1 file changed
+1
-1
lines changed- Jenkinsfile+2-1
- doxygen/doxygen.cfg+12-9
- stan/math/mix/functor/barzilai_borwein_step_size.hpp+124
- stan/math/mix/functor/conditional_copy_and_promote.hpp+106
- stan/math/mix/functor/laplace_base_rng.hpp+6-5
- stan/math/mix/functor/laplace_likelihood.hpp+196-73
- stan/math/mix/functor/laplace_marginal_density.hpp+125-972
- stan/math/mix/functor/laplace_marginal_density_estimator.hpp+1.2k
- stan/math/mix/functor/wolfe_line_search.hpp+936
- stan/math/mix/prob/laplace_latent_bernoulli_logit_rng.hpp+7-13
- stan/math/mix/prob/laplace_latent_neg_binomial_2_log_rng.hpp+6-10
- stan/math/mix/prob/laplace_latent_poisson_log_rng.hpp+7-11
- stan/math/mix/prob/laplace_latent_rng.hpp+12-14
- stan/math/mix/prob/laplace_marginal.hpp+7-11
- stan/math/mix/prob/laplace_marginal_bernoulli_logit_lpmf.hpp+10-14
- stan/math/mix/prob/laplace_marginal_neg_binomial_2_log_lpmf.hpp+33-36
- stan/math/mix/prob/laplace_marginal_poisson_log_lpmf.hpp+6-11
- stan/math/prim/meta/is_autodiff.hpp+6-3
- stan/math/prim/meta/is_tuple.hpp+11
- stan/math/rev/core.hpp+4-1
- stan/math/rev/core/collect_adjoints.hpp+135
- stan/math/rev/core/filter_var_scalar_types.hpp+27
- stan/math/rev/core/make_zeroed_arena.hpp+45
- test/unit/math/ad_tolerances.hpp+28-35
- test/unit/math/laplace/aki_ex_test.cpp+180
- test/unit/math/laplace/csv_reader.hpp+66
- test/unit/math/laplace/laplace_bernoulli_logit_rng_test.cpp+4-8
- test/unit/math/laplace/laplace_marginal_bernoulli_logit_lpmf_test.cpp+44-35
- test/unit/math/laplace/laplace_marginal_lpdf_moto_test.cpp+318
- test/unit/math/laplace/laplace_marginal_lpdf_test.cpp+114-396
- test/unit/math/laplace/laplace_marginal_neg_binomial_log_lpmf_test.cpp+88-65
- test/unit/math/laplace/laplace_marginal_neg_binomial_log_summary_lpmf_test.cpp+92-69
- test/unit/math/laplace/laplace_marginal_poisson_log_lpmf_test.cpp+160-72
- test/unit/math/laplace/laplace_types_test.cpp+159-103
- test/unit/math/laplace/laplace_utility.hpp+92-38
- test/unit/math/laplace/motorcycle_gp/x_vec.hpp+2
- test/unit/math/laplace/roach_data/mu.csv+262
- test/unit/math/laplace/roach_data/mu_bad.csv+45
- test/unit/math/laplace/roach_data/sigma_bad.csv+45
- test/unit/math/laplace/roach_data/sigmaz.hpp+507
- test/unit/math/laplace/roach_data/y.hpp+24
- test/unit/math/laplace/roach_data/y_bad.csv+45
- test/unit/math/laplace/wolfe_line_search_test.cpp+823
- test/unit/math/prim/fun/inv_Phi_test.cpp+32-28
- test/unit/math/prim/fun/mdivide_left_test.cpp+1-1
- test/unit/math/prim/fun/mdivide_right_test.cpp+1-1
0 commit comments