Skip to content

Commit

Permalink
Updates the Math submodule to b9d0a33291.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Apr 13, 2024
1 parent 73d9b01 commit ed65c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 43 files
+427 −116 doxygen/contributor_help_pages/require_meta.md
+32 −22 stan/math/fwd/fun/hypergeometric_pFq.hpp
+154 −297 stan/math/prim/fun/grad_pFq.hpp
+10 −4 stan/math/prim/meta/is_arena_matrix.hpp
+76 −2 stan/math/prim/meta/is_autodiff.hpp
+53 −2 stan/math/prim/meta/is_complex.hpp
+0 −3 stan/math/prim/meta/is_constant.hpp
+59 −2 stan/math/prim/meta/is_container.hpp
+0 −5 stan/math/prim/meta/is_container_or_var_matrix.hpp
+16 −3 stan/math/prim/meta/is_dense_dynamic.hpp
+41 −4 stan/math/prim/meta/is_double_or_int.hpp
+188 −13 stan/math/prim/meta/is_eigen.hpp
+11 −4 stan/math/prim/meta/is_eigen_dense_base.hpp
+33 −4 stan/math/prim/meta/is_eigen_dense_dynamic.hpp
+39 −4 stan/math/prim/meta/is_eigen_matrix.hpp
+31 −4 stan/math/prim/meta/is_eigen_matrix_base.hpp
+11 −4 stan/math/prim/meta/is_eigen_sparse_base.hpp
+81 −2 stan/math/prim/meta/is_fvar.hpp
+86 −10 stan/math/prim/meta/is_kernel_expression.hpp
+65 −3 stan/math/prim/meta/is_matrix.hpp
+110 −6 stan/math/prim/meta/is_matrix_cl.hpp
+27 −2 stan/math/prim/meta/is_plain_type.hpp
+53 −17 stan/math/prim/meta/is_rev_matrix.hpp
+71 −3 stan/math/prim/meta/is_stan_scalar.hpp
+11 −4 stan/math/prim/meta/is_stan_scalar_or_eigen.hpp
+42 −3 stan/math/prim/meta/is_string_convertible.hpp
+26 −2 stan/math/prim/meta/is_tuple.hpp
+124 −3 stan/math/prim/meta/is_var.hpp
+0 −4 stan/math/prim/meta/is_var_and_matrix_types.hpp
+10 −4 stan/math/prim/meta/is_var_dense_dynamic.hpp
+0 −3 stan/math/prim/meta/is_var_eigen.hpp
+81 −10 stan/math/prim/meta/is_var_matrix.hpp
+54 −4 stan/math/prim/meta/is_var_or_arithmetic.hpp
+0 −3 stan/math/prim/meta/is_vari.hpp
+569 −18 stan/math/prim/meta/is_vector.hpp
+57 −2 stan/math/prim/meta/is_vector_like.hpp
+418 −23 stan/math/prim/meta/require_generics.hpp
+0 −336 stan/math/prim/meta/require_helpers.hpp
+10 −6 stan/math/rev/fun/hypergeometric_pFq.hpp
+0 −101 test/unit/math/fwd/fun/hypergeometric_pFq_test.cpp
+119 −45 test/unit/math/mix/fun/hypergeometric_pFq_test.cpp
+190 −184 test/unit/math/prim/fun/grad_pFq_test.cpp
+0 −28 test/unit/math/rev/fun/hypergeometric_pFq_test.cpp

0 comments on commit ed65c9e

Please sign in to comment.