Commit e667e0a
committed
Updates the Math submodule to 58feca35ed.
1 parent d0d8624 commit e667e0a
1 file changed
Lines changed: 1 addition & 1 deletion
- stan/math/fwd/functor.hpp+2
- stan/math/fwd/functor/integrate_1d_double_exponential.hpp+97
- stan/math/fwd/functor/integrate_1d_gauss_kronrod.hpp+95
- stan/math/fwd/functor/reduce_sum.hpp+4-5
- stan/math/mix/functor/laplace_likelihood.hpp+1-1
- stan/math/mix/functor/laplace_marginal_density.hpp+1-35
- stan/math/prim/functor.hpp+2
- stan/math/prim/functor/integrate_1d_double_exponential.hpp+279
- stan/math/prim/functor/integrate_1d_gauss_kronrod.hpp+193
- stan/math/rev/functor.hpp+5
- stan/math/rev/functor/conditional_copy_and_promote.hpp+4-3
- stan/math/rev/functor/integrate_1d.hpp+8-121
- stan/math/rev/functor/integrate_1d_adjoint.hpp+155
- stan/math/rev/functor/integrate_1d_double_exponential.hpp+100
- stan/math/rev/functor/integrate_1d_gauss_kronrod.hpp+105
- stan/math/rev/functor/reverse_pass_collect_adjoints.hpp+51
- test/unit/math/mix/functor/integrate_1d_double_exponential_test.cpp+24
- test/unit/math/mix/functor/integrate_1d_gauss_kronrod_test.cpp+27
- test/unit/math/prim/functor/integrate_1d_double_exponential_test.cpp+572
- test/unit/math/prim/functor/integrate_1d_gauss_kronrod_test.cpp+446
- test/unit/math/rev/functor/integrate_1d_double_exponential_test.cpp+957
- test/unit/math/rev/functor/integrate_1d_gauss_kronrod_test.cpp+484
0 commit comments