Commit 5d4ae11
committed
Updates the Math submodule to 1ddb7c08e6.
1 parent 649efe2 commit 5d4ae11
1 file changed
Lines changed: 1 addition & 1 deletion
- stan/math/fwd/fun/log_softmax.hpp+34-34
- stan/math/fwd/fun/softmax.hpp+37-35
- stan/math/prim/fun/log_softmax.hpp+13-8
- stan/math/prim/fun/softmax.hpp+22-8
- stan/math/prim/meta.hpp-1
- stan/math/prim/meta/common_container_type.hpp-77
- stan/math/prim/meta/is_vector.hpp+4-1
- stan/math/prim/prob/student_t_qf.hpp+11-10
- stan/math/rev/fun/log_softmax.hpp+24-99
- stan/math/rev/fun/softmax.hpp+31-24
- test/unit/math/mix/fun/softmax_test.cpp+51
- test/unit/math/mix/prob/student_t_qf_test.cpp+3-6
- test/unit/math/prim/fun/log_softmax_test.cpp+18
- test/unit/math/prim/fun/softmax_test.cpp+44
- test/unit/math/prim/prob/student_t_qf_test.cpp+4-7
- test/unit/math/rev/fun/log_softmax_test.cpp+62
0 commit comments