-
-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the Math submodule to 67d3c88fe2.
- Loading branch information
1 parent
a582c80
commit a25ce48
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule stan_math
updated
11 files
+2 −26 | make/compiler_flags | |
+90 −0 | stan/math/fwd/fun/accumulator.hpp | |
+63 −191 | stan/math/fwd/fun/pow.hpp | |
+8 −7 | stan/math/fwd/fun/sum.hpp | |
+7 −7 | stan/math/mix.hpp | |
+25 −10 | stan/math/prim/fun/pow.hpp | |
+1 −1 | stan/math/prim/fun/sum.hpp | |
+57 −168 | stan/math/rev/fun/pow.hpp | |
+1 −1 | test/code_generator.py | |
+15 −18 | test/unit/math/mix/fun/pow_part1_test.cpp | |
+54 −58 | test/unit/math/mix/fun/pow_part2_test.cpp |